l

lib-parent

The common parent POM of Stefan Birkner's Java libraries.
https://github.com/stefanbirkner/lib-parent/
MIT License
Stefan Birkner
Files download
File Operation
lib-parent-11.pom download
Apache Maven
<dependency>
  <groupId>com.github.stefanbirkner</groupId>
  <artifactId>lib-parent</artifactId>
  <version>11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.stefanbirkner:lib-parent:11'
Gradle Kotlin
implementation("com.github.stefanbirkner:lib-parent:11")
Scala SBT
libraryDependencies += "com.github.stefanbirkner" % "lib-parent" % "11"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stefanbirkner', module='lib-parent', version='11')
)
Apache Ivy
<dependency org="com.github.stefanbirkner" name="lib-parent" rev="11" />
Leiningen
[com.github.stefanbirkner/lib-parent "11"]
Apache Buildr
'com.github.stefanbirkner:lib-parent:jar:11'
Dependencies
The project has no third-party dependencies