MVN

com.github.jknack : amd4j

Maven & Gradle

Dec 09, 2013
11 stars

amd4j · A command line tool for running JavaScript scripts that use the Asychronous Module Defintion API (AMD) for declaring and using JavaScript modules and regular JavaScript script files.

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

Latest Version

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

  • Latest Stable: 0.2.2

All Versions

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

Version Vulnerabilities Updated
0.2.x
amd4j-0.2.2
amd4j-0.2.1
amd4j-0.2.0
0.1.x
amd4j-0.1.1
amd4j-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement