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