License |
License |
---|---|
Categories |
CategoriesGroovy Languages ORM Data |
GroupId | GroupIdorg.codehaus.groovy.modules |
ArtifactId | ArtifactIdgroovytransforms |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGroovy Transforms
Additional AST Transformations for the Groovy language
|
Filename | Size |
---|---|
groovytransforms-0.2.pom | |
groovytransforms-0.2.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy.modules/groovytransforms/ -->
<dependency>
<groupId>org.codehaus.groovy.modules</groupId>
<artifactId>groovytransforms</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy.modules/groovytransforms/
implementation 'org.codehaus.groovy.modules:groovytransforms:0.2'
// https://jarcasting.com/artifacts/org.codehaus.groovy.modules/groovytransforms/
implementation ("org.codehaus.groovy.modules:groovytransforms:0.2")
'org.codehaus.groovy.modules:groovytransforms:jar:0.2'
<dependency org="org.codehaus.groovy.modules" name="groovytransforms" rev="0.2">
<artifact name="groovytransforms" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy.modules', module='groovytransforms', version='0.2')
)
libraryDependencies += "org.codehaus.groovy.modules" % "groovytransforms" % "0.2"
[org.codehaus.groovy.modules/groovytransforms "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.8.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.scalatest : scalatest | jar | 1.3 |