c

core-parent

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.
https://github.com/OpenSourceNZ/osnz-parent
Apache License 2.0
Kefeng Deng
Files download
File Operation
core-parent-2.2.pom download
Apache Maven
<dependency>
  <groupId>nz.net.osnz.parent</groupId>
  <artifactId>core-parent</artifactId>
  <version>2.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'nz.net.osnz.parent:core-parent:2.2'
Gradle Kotlin
implementation("nz.net.osnz.parent:core-parent:2.2")
Scala SBT
libraryDependencies += "nz.net.osnz.parent" % "core-parent" % "2.2"
Groovy Grape
@Grapes(
  @Grab(group='nz.net.osnz.parent', module='core-parent', version='2.2')
)
Apache Ivy
<dependency org="nz.net.osnz.parent" name="core-parent" rev="2.2" />
Leiningen
[nz.net.osnz.parent/core-parent "2.2"]
Apache Buildr
'nz.net.osnz.parent:core-parent:jar:2.2'
Dependencies
The project has no third-party dependencies