is not current version
Last Version 0.6.4

pl.chilldev.parent:parent 0.4.9

Generic bootstrap for all of the projects.

GroupId

GroupId

pl.chilldev.parent
ArtifactId

ArtifactId

parent
Version

Version

0.4.9
Type

Type

pom

Download parent 0.4.9

Filename Size
parent-0.4.9.pom 23 KB
Browse

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