is not current version
Last Version 16

com.github.stefanbirkner:lib-parent 7

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

GroupId

GroupId

com.github.stefanbirkner
ArtifactId

ArtifactId

lib-parent
Version

Version

7
Type

Type

pom

Download lib-parent 7

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

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