| GroupId | GroupIdfr.zebasto |
|---|---|
| ArtifactId | ArtifactIdsimple-metric-framework |
| Version | Version1.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/fr.zebasto/simple-metric-framework/ -->
<dependency>
<groupId>fr.zebasto</groupId>
<artifactId>simple-metric-framework</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.zebasto/simple-metric-framework/
implementation 'fr.zebasto:simple-metric-framework:1.0.0'
// https://jarcasting.com/artifacts/fr.zebasto/simple-metric-framework/
implementation ("fr.zebasto:simple-metric-framework:1.0.0")
'fr.zebasto:simple-metric-framework:jar:1.0.0'
<dependency org="fr.zebasto" name="simple-metric-framework" rev="1.0.0">
<artifact name="simple-metric-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.zebasto', module='simple-metric-framework', version='1.0.0')
)
libraryDependencies += "fr.zebasto" % "simple-metric-framework" % "1.0.0"
[fr.zebasto/simple-metric-framework "1.0.0"]