| License |
License |
|---|---|
| Categories |
CategoriesGroovy Languages Maven Build Tools |
| GroupId | GroupIdorg.lappsgrid.maven |
| ArtifactId | ArtifactIdgroovy-parent-pom |
| Last Version | Last Version1.1.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionGroovy Parent POM
POM file to use for LAPPS Grid Groovy projects
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| groovy-parent-pom-1.1.2.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.lappsgrid.maven/groovy-parent-pom/ -->
<dependency>
<groupId>org.lappsgrid.maven</groupId>
<artifactId>groovy-parent-pom</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.lappsgrid.maven/groovy-parent-pom/
implementation 'org.lappsgrid.maven:groovy-parent-pom:1.1.2'
// https://jarcasting.com/artifacts/org.lappsgrid.maven/groovy-parent-pom/
implementation ("org.lappsgrid.maven:groovy-parent-pom:1.1.2")
'org.lappsgrid.maven:groovy-parent-pom:pom:1.1.2'
<dependency org="org.lappsgrid.maven" name="groovy-parent-pom" rev="1.1.2">
<artifact name="groovy-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.lappsgrid.maven', module='groovy-parent-pom', version='1.1.2')
)
libraryDependencies += "org.lappsgrid.maven" % "groovy-parent-pom" % "1.1.2"
[org.lappsgrid.maven/groovy-parent-pom "1.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.groovy : groovy | jar | 2.5.3 |
| org.apache.ivy : ivy | jar | 2.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |