GroupId | GroupIdpl.chilldev.parent |
---|---|
ArtifactId | ArtifactIdparent-opensource |
Version | Version0.4.9 |
Type | Typepom |
Filename | Size |
---|---|
parent-opensource-0.4.9.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.chilldev.parent/parent-opensource/ -->
<dependency>
<groupId>pl.chilldev.parent</groupId>
<artifactId>parent-opensource</artifactId>
<version>0.4.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pl.chilldev.parent/parent-opensource/
implementation 'pl.chilldev.parent:parent-opensource:0.4.9'
// https://jarcasting.com/artifacts/pl.chilldev.parent/parent-opensource/
implementation ("pl.chilldev.parent:parent-opensource:0.4.9")
'pl.chilldev.parent:parent-opensource:pom:0.4.9'
<dependency org="pl.chilldev.parent" name="parent-opensource" rev="0.4.9">
<artifact name="parent-opensource" type="pom" />
</dependency>
@Grapes(
@Grab(group='pl.chilldev.parent', module='parent-opensource', version='0.4.9')
)
libraryDependencies += "pl.chilldev.parent" % "parent-opensource" % "0.4.9"
[pl.chilldev.parent/parent-opensource "0.4.9"]