License |
License |
---|---|
Categories |
CategoriesGroovy Languages Maven Build Tools |
GroupId | GroupIdorg.codehaus.groovy.maven |
ArtifactId | ArtifactIdgmaven-legacy |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGMaven Legacy
Provides legacy support for the Maven Groovy integration.
|
Project Organization |
Project OrganizationCodehaus |
Filename | Size |
---|---|
gmaven-legacy-1.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy.maven/gmaven-legacy/ -->
<dependency>
<groupId>org.codehaus.groovy.maven</groupId>
<artifactId>gmaven-legacy</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy.maven/gmaven-legacy/
implementation 'org.codehaus.groovy.maven:gmaven-legacy:1.0'
// https://jarcasting.com/artifacts/org.codehaus.groovy.maven/gmaven-legacy/
implementation ("org.codehaus.groovy.maven:gmaven-legacy:1.0")
'org.codehaus.groovy.maven:gmaven-legacy:pom:1.0'
<dependency org="org.codehaus.groovy.maven" name="gmaven-legacy" rev="1.0">
<artifact name="gmaven-legacy" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy.maven', module='gmaven-legacy', version='1.0')
)
libraryDependencies += "org.codehaus.groovy.maven" % "gmaven-legacy" % "1.0"
[org.codehaus.groovy.maven/gmaven-legacy "1.0"]