GroupId | GroupIdfr.marcwrobel |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version2.6.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-2.6.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.marcwrobel/parent/ -->
<dependency>
<groupId>fr.marcwrobel</groupId>
<artifactId>parent</artifactId>
<version>2.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.marcwrobel/parent/
implementation 'fr.marcwrobel:parent:2.6.0'
// https://jarcasting.com/artifacts/fr.marcwrobel/parent/
implementation ("fr.marcwrobel:parent:2.6.0")
'fr.marcwrobel:parent:pom:2.6.0'
<dependency org="fr.marcwrobel" name="parent" rev="2.6.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.marcwrobel', module='parent', version='2.6.0')
)
libraryDependencies += "fr.marcwrobel" % "parent" % "2.6.0"
[fr.marcwrobel/parent "2.6.0"]