j

jaap-testing

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