| License |
License |
|---|---|
| Categories |
CategoriesGroovy Languages Maven Build Tools |
| GroupId | GroupIdorg.codehaus.groovy.maven.runtime |
| ArtifactId | ArtifactIdgmaven-runtime-support |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGMaven Runtime :: Support
Support for Groovy Runtime implementations.
|
| Project Organization |
Project OrganizationCodehaus |
| Filename | Size |
|---|---|
| gmaven-runtime-support-1.0.pom | |
| gmaven-runtime-support-1.0.jar | 78 KB |
| gmaven-runtime-support-1.0-sources.jar | 59 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.groovy.maven.runtime/gmaven-runtime-support/ -->
<dependency>
<groupId>org.codehaus.groovy.maven.runtime</groupId>
<artifactId>gmaven-runtime-support</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.groovy.maven.runtime/gmaven-runtime-support/
implementation 'org.codehaus.groovy.maven.runtime:gmaven-runtime-support:1.0'
// https://jarcasting.com/artifacts/org.codehaus.groovy.maven.runtime/gmaven-runtime-support/
implementation ("org.codehaus.groovy.maven.runtime:gmaven-runtime-support:1.0")
'org.codehaus.groovy.maven.runtime:gmaven-runtime-support:jar:1.0'
<dependency org="org.codehaus.groovy.maven.runtime" name="gmaven-runtime-support" rev="1.0">
<artifact name="gmaven-runtime-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.groovy.maven.runtime', module='gmaven-runtime-support', version='1.0')
)
libraryDependencies += "org.codehaus.groovy.maven.runtime" % "gmaven-runtime-support" % "1.0"
[org.codehaus.groovy.maven.runtime/gmaven-runtime-support "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.5.6 |
| org.codehaus.groovy.maven.runtime : gmaven-runtime-api | jar | 1.0 |
| org.codehaus.groovy.maven.feature : gmaven-feature-support | jar | 1.0 |
| org.codehaus.groovy.maven : gmaven-common | jar | 1.0 |
| org.codehaus.plexus : plexus-utils | jar | 1.5.5 |
| com.thoughtworks.qdox : qdox | jar | 1.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.2 |