is not current version
Last Version 0.6.4

pl.chilldev.parent:parent-generic 0.4.11

Generic bootstrap for Java projects.

GroupId

GroupId

pl.chilldev.parent
ArtifactId

ArtifactId

parent-generic
Version

Version

0.4.11
Type

Type

pom

Download parent-generic 0.4.11


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