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