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