MVN

com.github.jknack : amd4j-closure

Maven & Gradle

Dec 09, 2013
1 usages

amd4j-closure

<dependency>
    <groupId>com.github.jknack</groupId>
    <artifactId>amd4j-closure</artifactId>
    <version>0.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jknack : amd4j-closure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.2

All Versions

Choose a version of com.github.jknack : amd4j-closure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
amd4j-closure-0.2.2
amd4j-closure-0.2.1
amd4j-closure-0.2.0

How to add a dependency to Maven

Add the following com.github.jknack : amd4j-closure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jknack</groupId>
    <artifactId>amd4j-closure</artifactId>
    <version>0.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jknack : amd4j-closure gradle dependency to your build.gradle file:

implementation 'com.github.jknack:amd4j-closure:0.2.2'

Gradle Kotlin DSL: Add the following com.github.jknack : amd4j-closure gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jknack:amd4j-closure:0.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jknack : amd4j-closure sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jknack" % "amd4j-closure" % "0.2.2"

Advertisement