is not current version
Last Version 1.4

com.github.felfert:parent 1.3

Standard parent POM for com.github.felfert

GroupId

GroupId

com.github.felfert
ArtifactId

ArtifactId

parent
Version

Version

1.3
Type

Type

pom

Download parent 1.3

Filename Size
parent-1.3.pom 9 KB
Browse

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