GroupId | GroupIdfr.mazerty |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
core-1.0.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.mazerty/core/ -->
<dependency>
<groupId>fr.mazerty</groupId>
<artifactId>core</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.mazerty/core/
implementation 'fr.mazerty:core:1.0.0'
// https://jarcasting.com/artifacts/fr.mazerty/core/
implementation ("fr.mazerty:core:1.0.0")
'fr.mazerty:core:pom:1.0.0'
<dependency org="fr.mazerty" name="core" rev="1.0.0">
<artifact name="core" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.mazerty', module='core', version='1.0.0')
)
libraryDependencies += "fr.mazerty" % "core" % "1.0.0"
[fr.mazerty/core "1.0.0"]