MVN

tk.labyrinth : jaap-examples

Maven & Gradle

Jun 05, 2020

JAAP Examples

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

Latest Version

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

  • Latest Stable: 0.2.7

All Versions

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

Version Vulnerabilities Updated
0.2.x
jaap-examples-0.2.7
jaap-examples-0.2.6
jaap-examples-0.2.5
jaap-examples-0.2.4
jaap-examples-0.2.6b

How to add a dependency to Maven

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

<dependency>
    <groupId>tk.labyrinth</groupId>
    <artifactId>jaap-examples</artifactId>
    <version>0.2.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tk.labyrinth:jaap-examples:0.2.7'

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

implementation("tk.labyrinth:jaap-examples:0.2.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "tk.labyrinth" % "jaap-examples" % "0.2.7"