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.

License

License

GroupId

GroupId

com.github.jknack
ArtifactId

ArtifactId

amd4j
Last Version

Last Version

0.2.2
Release Date

Release Date

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

Filename Size
amd4j-0.2.2.pom 8 KB
Browse

How to add to project

<!-- 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

Versions

Version
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0