| License |
License |
|---|---|
| Categories |
CategoriesGroovy Languages |
| GroupId | GroupIdorg.codehaus.groovy |
| ArtifactId | ArtifactIdgroovy-datetime |
| Last Version | Last Version3.0.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Groovy
Groovy: A powerful, dynamic language for the JVM
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| groovy-datetime-3.0.11.pom | |
| groovy-datetime-3.0.11.jar | 19 KB |
| groovy-datetime-3.0.11-sources.jar | 12 KB |
| groovy-datetime-3.0.11-javadoc.jar | 423 KB |
| groovy-datetime-3.0.11-indy.jar | 14 KB |
| groovy-datetime-3.0.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>3.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-datetime/
implementation 'org.codehaus.groovy:groovy-datetime:3.0.11'
// https://jarcasting.com/artifacts/org.codehaus.groovy/groovy-datetime/
implementation ("org.codehaus.groovy:groovy-datetime:3.0.11")
'org.codehaus.groovy:groovy-datetime:jar:3.0.11'
<dependency org="org.codehaus.groovy" name="groovy-datetime" rev="3.0.11">
<artifact name="groovy-datetime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy', module='groovy-datetime', version='3.0.11')
)
libraryDependencies += "org.codehaus.groovy" % "groovy-datetime" % "3.0.11"
[org.codehaus.groovy/groovy-datetime "3.0.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.groovy : groovy | jar | 3.0.11 |