| GroupId | GroupIdgroovy |
|---|---|
| ArtifactId | ArtifactIdgram |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiongram
Gram is a metadata processing engine for Groovy
|
| Project Organization |
Project OrganizationThe Codehaus |
| Filename | Size |
|---|---|
| gram-1.1.pom | |
| gram-1.1.jar | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/groovy/gram/ -->
<dependency>
<groupId>groovy</groupId>
<artifactId>gram</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/groovy/gram/
implementation 'groovy:gram:1.1'
// https://jarcasting.com/artifacts/groovy/gram/
implementation ("groovy:gram:1.1")
'groovy:gram:jar:1.1'
<dependency org="groovy" name="gram" rev="1.1">
<artifact name="gram" type="jar" />
</dependency>
@Grapes(
@Grab(group='groovy', module='gram', version='1.1')
)
libraryDependencies += "groovy" % "gram" % "1.1"
[groovy/gram "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| groovy : groovy-all | jar | 1.0-jsr-03 |
| annogen : annogen | jar | 0.1.0 |
| ant : ant | jar | 1.6.2 |