l

lib-parent

The common parent POM of Stefan Birkner's Java libraries.
https://github.com/stefanbirkner/lib-parent/
MIT License
Stefan Birkner
文件下载
文件名 操作
lib-parent-14.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.stefanbirkner</groupId>
  <artifactId>lib-parent</artifactId>
  <version>14</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.stefanbirkner:lib-parent:14'
Gradle Kotlin
implementation("com.github.stefanbirkner:lib-parent:14")
Scala SBT
libraryDependencies += "com.github.stefanbirkner" % "lib-parent" % "14"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stefanbirkner', module='lib-parent', version='14')
)
Apache Ivy
<dependency org="com.github.stefanbirkner" name="lib-parent" rev="14" />
Leiningen
[com.github.stefanbirkner/lib-parent "14"]
Apache Buildr
'com.github.stefanbirkner:lib-parent:jar:14'
本项目依赖
该项目无第三方依赖