License |
License |
---|---|
Categories |
CategoriesGroovy Languages Net |
GroupId | GroupIdnz.net.osnz |
ArtifactId | ArtifactIdosnz-groovy-parent |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOpen Source New Zealand - Central Groovy Parent
This is for Groovy artifacts
|
Filename | Size |
---|---|
osnz-groovy-parent-1.3.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.net.osnz/osnz-groovy-parent/ -->
<dependency>
<groupId>nz.net.osnz</groupId>
<artifactId>osnz-groovy-parent</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nz.net.osnz/osnz-groovy-parent/
implementation 'nz.net.osnz:osnz-groovy-parent:1.3'
// https://jarcasting.com/artifacts/nz.net.osnz/osnz-groovy-parent/
implementation ("nz.net.osnz:osnz-groovy-parent:1.3")
'nz.net.osnz:osnz-groovy-parent:pom:1.3'
<dependency org="nz.net.osnz" name="osnz-groovy-parent" rev="1.3">
<artifact name="osnz-groovy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='nz.net.osnz', module='osnz-groovy-parent', version='1.3')
)
libraryDependencies += "nz.net.osnz" % "osnz-groovy-parent" % "1.3"
[nz.net.osnz/osnz-groovy-parent "1.3"]