MVN

tk.labyrinth : jaap-testing

Maven & Gradle

Jun 20, 2021
4 usages

JAAP Testing

<dependency>
    <groupId>tk.labyrinth</groupId>
    <artifactId>jaap-testing</artifactId>
    <version>0.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tk.labyrinth : jaap-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.2

All Versions

Choose a version of tk.labyrinth : jaap-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
jaap-testing-0.4.2
jaap-testing-0.4.1
jaap-testing-0.4.0
0.3.x
jaap-testing-0.3.4
jaap-testing-0.3.3
jaap-testing-0.3.2
jaap-testing-0.3.1
jaap-testing-0.3.0
jaap-testing-0.3.0b
0.2.x
jaap-testing-0.2.7
jaap-testing-0.2.6
jaap-testing-0.2.5
jaap-testing-0.2.4
jaap-testing-0.2.3
jaap-testing-0.2.2
jaap-testing-0.2.1
jaap-testing-0.2.0
jaap-testing-0.2.6b
jaap-testing-0.2.2c
jaap-testing-0.2.2b

How to add a dependency to Maven

Add the following tk.labyrinth : jaap-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tk.labyrinth</groupId>
    <artifactId>jaap-testing</artifactId>
    <version>0.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tk.labyrinth : jaap-testing gradle dependency to your build.gradle file:

implementation 'tk.labyrinth:jaap-testing:0.4.2'

Gradle Kotlin DSL: Add the following tk.labyrinth : jaap-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("tk.labyrinth:jaap-testing:0.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following tk.labyrinth : jaap-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "tk.labyrinth" % "jaap-testing" % "0.4.2"

Advertisement