is not current version
Last Version 0.6.4

pl.chilldev.parent:parent-generic 0.4.17

Generic bootstrap for Java projects.

GroupId

GroupId

pl.chilldev.parent
ArtifactId

ArtifactId

parent-generic
Version

Version

0.4.17
Type

Type

pom

Download parent-generic 0.4.17


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