j

jsonrpc-artifacts

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