o

osnz-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/OSNZ/osnz-parent
Apache License 2.0
Kefeng Deng
文件下载
文件名 操作
osnz-parent-1.2.pom 下载
Apache Maven
<dependency>
  <groupId>nz.net.osnz</groupId>
  <artifactId>osnz-parent</artifactId>
  <version>1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'nz.net.osnz:osnz-parent:1.2'
Gradle Kotlin
implementation("nz.net.osnz:osnz-parent:1.2")
Scala SBT
libraryDependencies += "nz.net.osnz" % "osnz-parent" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='nz.net.osnz', module='osnz-parent', version='1.2')
)
Apache Ivy
<dependency org="nz.net.osnz" name="osnz-parent" rev="1.2" />
Leiningen
[nz.net.osnz/osnz-parent "1.2"]
Apache Buildr
'nz.net.osnz:osnz-parent:jar:1.2'
本项目依赖
该项目无第三方依赖