Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdorg.codehaus.groovy |
ArtifactId | ArtifactIdgroovy-datetime |
Version | Version2.5.11 |
Type | Typejar |
Filename | Size |
---|---|
groovy-datetime-2.5.11.pom | |
groovy-datetime-2.5.11.jar | 18 KB |
groovy-datetime-2.5.11-sources.jar | 12 KB |
groovy-datetime-2.5.11-javadoc.jar | 424 KB |
groovy-datetime-2.5.11-indy.jar | 14 KB |
groovy-datetime-2.5.11-groovydoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-datetime/ -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-datetime</artifactId>
<version>2.5.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-datetime/
implementation 'org.codehaus.groovy:groovy-datetime:2.5.11'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-datetime/
implementation ("org.codehaus.groovy:groovy-datetime:2.5.11")
'org.codehaus.groovy:groovy-datetime:jar:2.5.11'
<dependency org="org.codehaus.groovy" name="groovy-datetime" rev="2.5.11">
<artifact name="groovy-datetime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-datetime', version='2.5.11')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-datetime" % "2.5.11"
[org.codehaus.groovy/groovy-datetime "2.5.11"]