is not current version
Last Version 0.2.2

com.github.jknack:amd4j 0.1.0

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.

GroupId

GroupId

com.github.jknack
ArtifactId

ArtifactId

amd4j
Version

Version

0.1.0
Type

Type

pom

Download amd4j 0.1.0

Filename Size
amd4j-0.1.0.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.jknack/amd4j/ -->
<dependency>
    <groupId>com.github.jknack</groupId>
    <artifactId>amd4j</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jknack/amd4j/
implementation 'com.github.jknack:amd4j:0.1.0'
// https://jarcasting.com/artifacts/com.github.jknack/amd4j/
implementation ("com.github.jknack:amd4j:0.1.0")
'com.github.jknack:amd4j:pom:0.1.0'
<dependency org="com.github.jknack" name="amd4j" rev="0.1.0">
  <artifact name="amd4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jknack', module='amd4j', version='0.1.0')
)
libraryDependencies += "com.github.jknack" % "amd4j" % "0.1.0"
[com.github.jknack/amd4j "0.1.0"]