| Categories | CategoriesGroovy Languages | 
|---|---|
| GroupId | GroupIdorg.codehaus.plexus | 
| ArtifactId | ArtifactIdplexus-groovy-factory | 
| Version | Version1.0-alpha-6 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-groovy-factory/ -->
<dependency>
    <groupId>org.codehaus.plexus</groupId>
    <artifactId>plexus-groovy-factory</artifactId>
    <version>1.0-alpha-6</version>
</dependency>// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-groovy-factory/
implementation 'org.codehaus.plexus:plexus-groovy-factory:1.0-alpha-6'// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-groovy-factory/
implementation ("org.codehaus.plexus:plexus-groovy-factory:1.0-alpha-6")'org.codehaus.plexus:plexus-groovy-factory:jar:1.0-alpha-6'<dependency org="org.codehaus.plexus" name="plexus-groovy-factory" rev="1.0-alpha-6">
  <artifact name="plexus-groovy-factory" type="jar" />
</dependency>@Grapes(
@Grab(group='org.codehaus.plexus', module='plexus-groovy-factory', version='1.0-alpha-6')
)libraryDependencies += "org.codehaus.plexus" % "plexus-groovy-factory" % "1.0-alpha-6"[org.codehaus.plexus/plexus-groovy-factory "1.0-alpha-6"]