GMaven
Groovy integration for Maven
Building
Requirements
- Apache Maven 3.5+
- Java 8+
License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdorg.codehaus.gmaven.runtime |
ArtifactId | ArtifactIdgmaven-runtime |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGMaven Runtime
Groovy runtime abstraction layer.
|
Project Organization |
Project OrganizationCodehaus |
Filename | Size |
---|---|
gmaven-runtime-1.5.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.gmaven.runtime/gmaven-runtime/ -->
<dependency>
<groupId>org.codehaus.gmaven.runtime</groupId>
<artifactId>gmaven-runtime</artifactId>
<version>1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.gmaven.runtime/gmaven-runtime/
implementation 'org.codehaus.gmaven.runtime:gmaven-runtime:1.5'
// https://jarcasting.com/artifacts/org.codehaus.gmaven.runtime/gmaven-runtime/
implementation ("org.codehaus.gmaven.runtime:gmaven-runtime:1.5")
'org.codehaus.gmaven.runtime:gmaven-runtime:pom:1.5'
<dependency org="org.codehaus.gmaven.runtime" name="gmaven-runtime" rev="1.5">
<artifact name="gmaven-runtime" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.gmaven.runtime', module='gmaven-runtime', version='1.5')
)
libraryDependencies += "org.codehaus.gmaven.runtime" % "gmaven-runtime" % "1.5"
[org.codehaus.gmaven.runtime/gmaven-runtime "1.5"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |
org.sonatype.gossip : gossip | jar | 1.2 |
Groovy integration for Maven