| License | License | 
|---|---|
| Categories | CategoriesGroovy Languages | 
| GroupId | GroupIdorg.codehaus.mojo.groovy | 
| ArtifactId | ArtifactIdgroovy-mojo-archetype | 
| Version | Version1.0-beta-3 | 
| Type | Typejar | 
| Description | DescriptionGroovy Mojo Archetype An archetype for writing Maven 2 plugins in the Groovy language. | 
| Project Organization | Project OrganizationCodehaus | 
<!-- https://jarcasting.com/artifacts/org.codehaus.mojo.groovy/groovy-mojo-archetype/ -->
<dependency>
    <groupId>org.codehaus.mojo.groovy</groupId>
    <artifactId>groovy-mojo-archetype</artifactId>
    <version>1.0-beta-3</version>
</dependency>// https://jarcasting.com/artifacts/org.codehaus.mojo.groovy/groovy-mojo-archetype/
implementation 'org.codehaus.mojo.groovy:groovy-mojo-archetype:1.0-beta-3'// https://jarcasting.com/artifacts/org.codehaus.mojo.groovy/groovy-mojo-archetype/
implementation ("org.codehaus.mojo.groovy:groovy-mojo-archetype:1.0-beta-3")'org.codehaus.mojo.groovy:groovy-mojo-archetype:jar:1.0-beta-3'<dependency org="org.codehaus.mojo.groovy" name="groovy-mojo-archetype" rev="1.0-beta-3">
  <artifact name="groovy-mojo-archetype" type="jar" />
</dependency>@Grapes(
@Grab(group='org.codehaus.mojo.groovy', module='groovy-mojo-archetype', version='1.0-beta-3')
)libraryDependencies += "org.codehaus.mojo.groovy" % "groovy-mojo-archetype" % "1.0-beta-3"[org.codehaus.mojo.groovy/groovy-mojo-archetype "1.0-beta-3"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.2 | 
| org.slf4j : slf4j-api | jar | 1.4.3 |