is not current version
Last Version 1.0.1

fr.mazerty:core 1.0.0

Parent POM for all my Java-based projects

GroupId

GroupId

fr.mazerty
ArtifactId

ArtifactId

core
Version

Version

1.0.0
Type

Type

pom

Download core 1.0.0

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"]