r

raml-tester-client

This is the proxy itself, to be used as dependency of other projects.
Files download
File Operation
raml-tester-client-0.0.4.jar download
raml-tester-client-0.0.4.pom download
raml-tester-client-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>guru.nidi.raml</groupId>
  <artifactId>raml-tester-client</artifactId>
  <version>0.0.4</version>
</dependency>
Gradle Groovy
implementation 'guru.nidi.raml:raml-tester-client:0.0.4'
Gradle Kotlin
implementation("guru.nidi.raml:raml-tester-client:0.0.4")
Scala SBT
libraryDependencies += "guru.nidi.raml" % "raml-tester-client" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='guru.nidi.raml', module='raml-tester-client', version='0.0.4')
)
Apache Ivy
<dependency org="guru.nidi.raml" name="raml-tester-client" rev="0.0.4" />
Leiningen
[guru.nidi.raml/raml-tester-client "0.0.4"]
Apache Buildr
'guru.nidi.raml:raml-tester-client:jar:0.0.4'