License |
License |
---|---|
GroupId | GroupIdfr.mazerty |
ArtifactId | ArtifactIdcore |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionfr.mazerty:core
Parent POM for all my Java-based projects
|
Filename | Size |
---|---|
core-1.0.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.mazerty/core/ -->
<dependency>
<groupId>fr.mazerty</groupId>
<artifactId>core</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.mazerty/core/
implementation 'fr.mazerty:core:1.0.1'
// https://jarcasting.com/artifacts/fr.mazerty/core/
implementation ("fr.mazerty:core:1.0.1")
'fr.mazerty:core:pom:1.0.1'
<dependency org="fr.mazerty" name="core" rev="1.0.1">
<artifact name="core" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.mazerty', module='core', version='1.0.1')
)
libraryDependencies += "fr.mazerty" % "core" % "1.0.1"
[fr.mazerty/core "1.0.1"]