is not current version
Last Version 3.1

nz.net.osnz.parent:osnz-parent 2.6

Packaging parent for OSNZ.NET Maven projects. Defines rules for all projects packaging in this github fork. The release plugin will need to be overridden for each project so it maintains the correct structure for Github.

Categories

Categories

Net
GroupId

GroupId

nz.net.osnz.parent
ArtifactId

ArtifactId

osnz-parent
Version

Version

2.6
Type

Type

pom

Download osnz-parent 2.6

Filename Size
osnz-parent-2.6.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/nz.net.osnz.parent/osnz-parent/ -->
<dependency>
    <groupId>nz.net.osnz.parent</groupId>
    <artifactId>osnz-parent</artifactId>
    <version>2.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nz.net.osnz.parent/osnz-parent/
implementation 'nz.net.osnz.parent:osnz-parent:2.6'
// https://jarcasting.com/artifacts/nz.net.osnz.parent/osnz-parent/
implementation ("nz.net.osnz.parent:osnz-parent:2.6")
'nz.net.osnz.parent:osnz-parent:pom:2.6'
<dependency org="nz.net.osnz.parent" name="osnz-parent" rev="2.6">
  <artifact name="osnz-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='nz.net.osnz.parent', module='osnz-parent', version='2.6')
)
libraryDependencies += "nz.net.osnz.parent" % "osnz-parent" % "2.6"
[nz.net.osnz.parent/osnz-parent "2.6"]