t

test-tool

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