| License |
License |
|---|---|
| GroupId | GroupIdorg.codehaus.mojo |
| ArtifactId | ArtifactIdalmond |
| Version | Version0.0.2-alpha-1 |
| Type | Typepom |
| Description |
Descriptionalmond
AMD loader providing the minimal AMD API footprint.
|
| Project Organization |
Project OrganizationCodehaus |
| Filename | Size |
|---|---|
| almond-0.0.2-alpha-1.pom | |
| almond-0.0.2-alpha-1.js | 1 KB |
| almond-0.0.2-alpha-1-source-release.zip | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.mojo/almond/ -->
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>almond</artifactId>
<version>0.0.2-alpha-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.mojo/almond/
implementation 'org.codehaus.mojo:almond:0.0.2-alpha-1'
// https://jarcasting.com/artifacts/org.codehaus.mojo/almond/
implementation ("org.codehaus.mojo:almond:0.0.2-alpha-1")
'org.codehaus.mojo:almond:pom:0.0.2-alpha-1'
<dependency org="org.codehaus.mojo" name="almond" rev="0.0.2-alpha-1">
<artifact name="almond" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.mojo', module='almond', version='0.0.2-alpha-1')
)
libraryDependencies += "org.codehaus.mojo" % "almond" % "0.0.2-alpha-1"
[org.codehaus.mojo/almond "0.0.2-alpha-1"]