is not current version
Last Version 0.2.1

com.github.tomschi:commons-parent 0.1.2

Parent pom different commons modules

GroupId

GroupId

com.github.tomschi
ArtifactId

ArtifactId

commons-parent
Version

Version

0.1.2
Type

Type

pom

Download commons-parent 0.1.2

Filename Size
commons-parent-0.1.2.pom 6 KB
Browse

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