is not current version
Last Version 0.1.1

com.github.tomschi:parent-pom 0.1.0

A parent pom for com.github.tomschi projects.

GroupId

GroupId

com.github.tomschi
ArtifactId

ArtifactId

parent-pom
Version

Version

0.1.0
Type

Type

pom

Download parent-pom 0.1.0

Filename Size
parent-pom-0.1.0.pom 15 KB
Browse

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