License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.opendaylight.jsonrpc |
ArtifactId | ArtifactIdjsonrpc |
Version | Version1.10.0 |
Type | Typepom |
Description |
DescriptionJSON-RPC :: POM
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 |
---|---|
jsonrpc-1.10.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.jsonrpc/jsonrpc/ -->
<dependency>
<groupId>org.opendaylight.jsonrpc</groupId>
<artifactId>jsonrpc</artifactId>
<version>1.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.jsonrpc/jsonrpc/
implementation 'org.opendaylight.jsonrpc:jsonrpc:1.10.0'
// https://jarcasting.com/artifacts/org.opendaylight.jsonrpc/jsonrpc/
implementation ("org.opendaylight.jsonrpc:jsonrpc:1.10.0")
'org.opendaylight.jsonrpc:jsonrpc:pom:1.10.0'
<dependency org="org.opendaylight.jsonrpc" name="jsonrpc" rev="1.10.0">
<artifact name="jsonrpc" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.jsonrpc', module='jsonrpc', version='1.10.0')
)
libraryDependencies += "org.opendaylight.jsonrpc" % "jsonrpc" % "1.10.0"
[org.opendaylight.jsonrpc/jsonrpc "1.10.0"]