License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdorg.codehaus.plexus |
ArtifactId | ArtifactIdplexus-groovy-factory |
Last Version | Last Version1.0-beta-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPlexus Groovy Factory
Provides support for using Groovy components inside of Plexus.
*DEPRECATED* Use http://svn.codehaus.org/mojo/trunk/mojo/groovy/groovy-plexus-factory/ instead.
|
Project Organization |
Project OrganizationCodehaus |
Filename | Size |
---|---|
plexus-groovy-factory-1.0-beta-1.pom | |
plexus-groovy-factory-1.0-beta-1.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-groovy-factory/ -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-groovy-factory</artifactId>
<version>1.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-groovy-factory/
implementation 'org.codehaus.plexus:plexus-groovy-factory:1.0-beta-1'
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-groovy-factory/
implementation ("org.codehaus.plexus:plexus-groovy-factory:1.0-beta-1")
'org.codehaus.plexus:plexus-groovy-factory:jar:1.0-beta-1'
<dependency org="org.codehaus.plexus" name="plexus-groovy-factory" rev="1.0-beta-1">
<artifact name="plexus-groovy-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.plexus', module='plexus-groovy-factory', version='1.0-beta-1')
)
libraryDependencies += "org.codehaus.plexus" % "plexus-groovy-factory" % "1.0-beta-1"
[org.codehaus.plexus/plexus-groovy-factory "1.0-beta-1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 1.1-beta-2 |
org.codehaus.plexus : plexus-classworlds | jar | 1.2-alpha-7 |
org.codehaus.plexus : plexus-container-default | jar | 1.0-alpha-46 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |