GMaven
Groovy integration for Maven
Building
Requirements
- Apache Maven 3.5+
- Java 8+
| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools | 
| GroupId | GroupIdorg.codehaus.gmaven.archetypes | 
| ArtifactId | ArtifactIdgmaven-archetypes | 
| Last Version | Last Version1.5 | 
| 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.5.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.codehaus.gmaven.archetypes/gmaven-archetypes/ -->
<dependency>
    <groupId>org.codehaus.gmaven.archetypes</groupId>
    <artifactId>gmaven-archetypes</artifactId>
    <version>1.5</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.codehaus.gmaven.archetypes/gmaven-archetypes/
implementation 'org.codehaus.gmaven.archetypes:gmaven-archetypes:1.5'// https://jarcasting.com/artifacts/org.codehaus.gmaven.archetypes/gmaven-archetypes/
implementation ("org.codehaus.gmaven.archetypes:gmaven-archetypes:1.5")'org.codehaus.gmaven.archetypes:gmaven-archetypes:pom:1.5'<dependency org="org.codehaus.gmaven.archetypes" name="gmaven-archetypes" rev="1.5">
  <artifact name="gmaven-archetypes" type="pom" />
</dependency>@Grapes(
@Grab(group='org.codehaus.gmaven.archetypes', module='gmaven-archetypes', version='1.5')
)libraryDependencies += "org.codehaus.gmaven.archetypes" % "gmaven-archetypes" % "1.5"[org.codehaus.gmaven.archetypes/gmaven-archetypes "1.5"]Groovy integration for Maven