License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.opendaylight.jsonrpc.bus |
ArtifactId | ArtifactIdexamples |
Version | Version1.10.1 |
Type | Typepom |
Description |
DescriptionJSON-RPC :: BUS :: Examples
OpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
examples-1.10.1.pom | 1011 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.jsonrpc.bus/examples/ -->
<dependency>
<groupId>org.opendaylight.jsonrpc.bus</groupId>
<artifactId>examples</artifactId>
<version>1.10.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.jsonrpc.bus/examples/
implementation 'org.opendaylight.jsonrpc.bus:examples:1.10.1'
// https://jarcasting.com/artifacts/org.opendaylight.jsonrpc.bus/examples/
implementation ("org.opendaylight.jsonrpc.bus:examples:1.10.1")
'org.opendaylight.jsonrpc.bus:examples:pom:1.10.1'
<dependency org="org.opendaylight.jsonrpc.bus" name="examples" rev="1.10.1">
<artifact name="examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.jsonrpc.bus', module='examples', version='1.10.1')
)
libraryDependencies += "org.opendaylight.jsonrpc.bus" % "examples" % "1.10.1"
[org.opendaylight.jsonrpc.bus/examples "1.10.1"]