is not current version
Last Version 0.2.1

com.github.tomschi:commons-parent 0.1.0

Parent pom different commons modules

GroupId

GroupId

com.github.tomschi
ArtifactId

ArtifactId

commons-parent
Version

Version

0.1.0
Type

Type

pom

Download commons-parent 0.1.0

Filename Size
commons-parent-0.1.0.pom 4 KB
Browse

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