Last Version

amd4j 0.2.2

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.

License

License

GroupId

GroupId

com.github.jknack
ArtifactId

ArtifactId

amd4j
Version

Version

0.2.2
Type

Type

pom
Description

Description

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.
Project URL

Project URL

https://github.com/jknack/amd4j

Download amd4j 0.2.2

Filename Size
amd4j-0.2.2.pom 9 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • amd4j-core
  • amd4j-closure
  • amd4j-tool
  • amd4j-maven-plugin