is not current version
Last Version 43

com.github.veithen:parent 7

Parent POM for com.github.veithen

GroupId

GroupId

com.github.veithen
ArtifactId

ArtifactId

parent
Version

Version

7
Type

Type

pom

Download parent 7

Filename Size
parent-7.pom 13 KB
Browse

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