License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdnz.ac.auckland.composite |
ArtifactId | ArtifactIdcomposite-groovy |
Last Version | Last Version6.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncomposite-groovy
This holds onto the version of Groovy that we are using in our projects. If we migrate the version of Grails,
updating it in one place automatically updates every other project that uses Groovy and allows us to keep in
sync with Grails.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
composite-groovy-6.4.pom | |
composite-groovy-6.4.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.ac.auckland.composite/composite-groovy/ -->
<dependency>
<groupId>nz.ac.auckland.composite</groupId>
<artifactId>composite-groovy</artifactId>
<version>6.4</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.auckland.composite/composite-groovy/
implementation 'nz.ac.auckland.composite:composite-groovy:6.4'
// https://jarcasting.com/artifacts/nz.ac.auckland.composite/composite-groovy/
implementation ("nz.ac.auckland.composite:composite-groovy:6.4")
'nz.ac.auckland.composite:composite-groovy:jar:6.4'
<dependency org="nz.ac.auckland.composite" name="composite-groovy" rev="6.4">
<artifact name="composite-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.auckland.composite', module='composite-groovy', version='6.4')
)
libraryDependencies += "nz.ac.auckland.composite" % "composite-groovy" % "6.4"
[nz.ac.auckland.composite/composite-groovy "6.4"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.3.7 |