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-3.pom download
Apache Maven
<dependency>
  <groupId>com.github.stefanbirkner</groupId>
  <artifactId>lib-parent</artifactId>
  <version>3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.stefanbirkner:lib-parent:3'
Gradle Kotlin
implementation("com.github.stefanbirkner:lib-parent:3")
Scala SBT
libraryDependencies += "com.github.stefanbirkner" % "lib-parent" % "3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.stefanbirkner', module='lib-parent', version='3')
)
Apache Ivy
<dependency org="com.github.stefanbirkner" name="lib-parent" rev="3" />
Leiningen
[com.github.stefanbirkner/lib-parent "3"]
Apache Buildr
'com.github.stefanbirkner:lib-parent:jar:3'