j

jsonrpc-artifacts

Files download
File Operation
jsonrpc-artifacts-1.6.2.pom download
Apache Maven
<dependency>
  <groupId>org.opendaylight.jsonrpc</groupId>
  <artifactId>jsonrpc-artifacts</artifactId>
  <version>1.6.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.jsonrpc:jsonrpc-artifacts:1.6.2'
Gradle Kotlin
implementation("org.opendaylight.jsonrpc:jsonrpc-artifacts:1.6.2")
Scala SBT
libraryDependencies += "org.opendaylight.jsonrpc" % "jsonrpc-artifacts" % "1.6.2"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.jsonrpc', module='jsonrpc-artifacts', version='1.6.2')
)
Apache Ivy
<dependency org="org.opendaylight.jsonrpc" name="jsonrpc-artifacts" rev="1.6.2" />
Leiningen
[org.opendaylight.jsonrpc/jsonrpc-artifacts "1.6.2"]
Apache Buildr
'org.opendaylight.jsonrpc:jsonrpc-artifacts:jar:1.6.2'