License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdorg.codehaus.mojo.groovy.feature |
ArtifactId | ArtifactIdgroovy-feature-support |
Last Version | Last Version1.0-beta-3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGroovy Feature Support
Provides support for feature discovery.
|
Project Organization |
Project OrganizationCodehaus |
<!-- https://jarcasting.com/artifacts/org.codehaus.mojo.groovy.feature/groovy-feature-support/ -->
<dependency>
<groupId>org.codehaus.mojo.groovy.feature</groupId>
<artifactId>groovy-feature-support</artifactId>
<version>1.0-beta-3</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.mojo.groovy.feature/groovy-feature-support/
implementation 'org.codehaus.mojo.groovy.feature:groovy-feature-support:1.0-beta-3'
// https://jarcasting.com/artifacts/org.codehaus.mojo.groovy.feature/groovy-feature-support/
implementation ("org.codehaus.mojo.groovy.feature:groovy-feature-support:1.0-beta-3")
'org.codehaus.mojo.groovy.feature:groovy-feature-support:jar:1.0-beta-3'
<dependency org="org.codehaus.mojo.groovy.feature" name="groovy-feature-support" rev="1.0-beta-3">
<artifact name="groovy-feature-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.mojo.groovy.feature', module='groovy-feature-support', version='1.0-beta-3')
)
libraryDependencies += "org.codehaus.mojo.groovy.feature" % "groovy-feature-support" % "1.0-beta-3"
[org.codehaus.mojo.groovy.feature/groovy-feature-support "1.0-beta-3"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.mojo.groovy.feature : groovy-feature-api | jar | 1.0-beta-3 |
org.slf4j : slf4j-api | jar | 1.4.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |