b

build

A reusable Maven parent aritfact that provides versions and default configurations of commonly used build plugins.
https://github.com/ofterdinger/de.ofterdinger.parent
文件下载
文件名 操作
build-0.1.6.pom 下载
Apache Maven
<dependency>
  <groupId>de.ofterdinger.parents</groupId>
  <artifactId>build</artifactId>
  <version>0.1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.ofterdinger.parents:build:0.1.6'
Gradle Kotlin
implementation("de.ofterdinger.parents:build:0.1.6")
Scala SBT
libraryDependencies += "de.ofterdinger.parents" % "build" % "0.1.6"
Groovy Grape
@Grapes(
  @Grab(group='de.ofterdinger.parents', module='build', version='0.1.6')
)
Apache Ivy
<dependency org="de.ofterdinger.parents" name="build" rev="0.1.6" />
Leiningen
[de.ofterdinger.parents/build "0.1.6"]
Apache Buildr
'de.ofterdinger.parents:build:jar:0.1.6'