Registry / networking / onos-core-common

onos-core-common

JSON →
library2.7.0javamavenunverified

Common core utilities and classes for the Open Network Operating System (ONOS).

<dependency> <groupId>org.onosproject</groupId> <artifactId>onos-core-common</artifactId> <version>2.7.0</version> </dependency>
INSTALL
IMPORT
SIG · ONOS-CORE-COMMON
O
onos-core-common
networkingjavav2.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ApplicationId
✓ org.onosproject.core.ApplicationId

Registers an application with ONOS and retrieves its ApplicationId.

import org.onosproject.core.ApplicationId; import org.onosproject.core.CoreService; public class Example { public static void main(String[] args) { CoreService coreService = ...; // obtained via OSGi ApplicationId appId = coreService.registerApplication("org.example.app"); System.out.println("Registered app: " + appId); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.7.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
onos-core-common — mvn dependency:get onos-core-common · libregistry