is not current version
Last Version 0.9.1

fr.opensagres:core 0.9.0


GroupId

GroupId

fr.opensagres
ArtifactId

ArtifactId

core
Version

Version

0.9.0
Type

Type

pom

Download core 0.9.0

Filename Size
core-0.9.0.pom 544 bytes
Browse

<!-- https://jarcasting.com/artifacts/fr.opensagres/core/ -->
<dependency>
    <groupId>fr.opensagres</groupId>
    <artifactId>core</artifactId>
    <version>0.9.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.opensagres/core/
implementation 'fr.opensagres:core:0.9.0'
// https://jarcasting.com/artifacts/fr.opensagres/core/
implementation ("fr.opensagres:core:0.9.0")
'fr.opensagres:core:pom:0.9.0'
<dependency org="fr.opensagres" name="core" rev="0.9.0">
  <artifact name="core" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.opensagres', module='core', version='0.9.0')
)
libraryDependencies += "fr.opensagres" % "core" % "0.9.0"
[fr.opensagres/core "0.9.0"]