is not current version
Last Version 0.6.4

pl.chilldev.parent:parent 0.4.10

Generic bootstrap for all of the projects.

GroupId

GroupId

pl.chilldev.parent
ArtifactId

ArtifactId

parent
Version

Version

0.4.10
Type

Type

pom

Download parent 0.4.10

Filename Size
parent-0.4.10.pom 23 KB
Browse

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