t

test-tool

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