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