License |
License |
---|---|
Categories |
CategoriesGroovy Languages Geronimo Container Application Servers |
GroupId | GroupIdorg.apache.geronimo.buildsupport |
ArtifactId | ArtifactIdgroovy-build-library |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGeronimo Build Support, Groovy Library
Library of Groovy scripts to support build muck.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
groovy-build-library-2.0.2.pom | |
groovy-build-library-2.0.2.jar | 17 KB |
groovy-build-library-2.0.2-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.buildsupport/groovy-build-library/ -->
<dependency>
<groupId>org.apache.geronimo.buildsupport</groupId>
<artifactId>groovy-build-library</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.buildsupport/groovy-build-library/
implementation 'org.apache.geronimo.buildsupport:groovy-build-library:2.0.2'
// https://jarcasting.com/artifacts/org.apache.geronimo.buildsupport/groovy-build-library/
implementation ("org.apache.geronimo.buildsupport:groovy-build-library:2.0.2")
'org.apache.geronimo.buildsupport:groovy-build-library:jar:2.0.2'
<dependency org="org.apache.geronimo.buildsupport" name="groovy-build-library" rev="2.0.2">
<artifact name="groovy-build-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.buildsupport', module='groovy-build-library', version='2.0.2')
)
libraryDependencies += "org.apache.geronimo.buildsupport" % "groovy-build-library" % "2.0.2"
[org.apache.geronimo.buildsupport/groovy-build-library "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
groovy : groovy-all | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.genesis.config : logging-config | jar | 1.2 |
junit : junit | jar | 3.8.1 |