is not current version
Last Version 0.2.1

com.github.tomschi:commons-parent 0.1.1

Parent pom different commons modules

GroupId

GroupId

com.github.tomschi
ArtifactId

ArtifactId

commons-parent
Version

Version

0.1.1
Type

Type

pom

Download commons-parent 0.1.1

Filename Size
commons-parent-0.1.1.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.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomschi/commons-parent/
implementation 'com.github.tomschi:commons-parent:0.1.1'
// https://jarcasting.com/artifacts/com.github.tomschi/commons-parent/
implementation ("com.github.tomschi:commons-parent:0.1.1")
'com.github.tomschi:commons-parent:pom:0.1.1'
<dependency org="com.github.tomschi" name="commons-parent" rev="0.1.1">
  <artifact name="commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.tomschi', module='commons-parent', version='0.1.1')
)
libraryDependencies += "com.github.tomschi" % "commons-parent" % "0.1.1"
[com.github.tomschi/commons-parent "0.1.1"]