is not current version
Last Version 0.0.4-RELEASE

com.github.kdvolder:parent 0.0.2-RELEASE

Parent pom for projects in com.github.kdvolder group

GroupId

GroupId

com.github.kdvolder
ArtifactId

ArtifactId

parent
Version

Version

0.0.2-RELEASE
Type

Type

pom

Download parent 0.0.2-RELEASE

Filename Size
parent-0.0.2-RELEASE.pom 2 KB
Browse

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