is not current version
Last Version 16

com.github.stefanbirkner:lib-parent 12

The common parent POM of Stefan Birkner's Java libraries.

GroupId

GroupId

com.github.stefanbirkner
ArtifactId

ArtifactId

lib-parent
Version

Version

12
Type

Type

pom

Download lib-parent 12

Filename Size
lib-parent-12.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.stefanbirkner/lib-parent/ -->
<dependency>
    <groupId>com.github.stefanbirkner</groupId>
    <artifactId>lib-parent</artifactId>
    <version>12</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.stefanbirkner/lib-parent/
implementation 'com.github.stefanbirkner:lib-parent:12'
// https://jarcasting.com/artifacts/com.github.stefanbirkner/lib-parent/
implementation ("com.github.stefanbirkner:lib-parent:12")
'com.github.stefanbirkner:lib-parent:pom:12'
<dependency org="com.github.stefanbirkner" name="lib-parent" rev="12">
  <artifact name="lib-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.stefanbirkner', module='lib-parent', version='12')
)
libraryDependencies += "com.github.stefanbirkner" % "lib-parent" % "12"
[com.github.stefanbirkner/lib-parent "12"]