t

test-tool

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