GroupId | GroupIdfr.ird.observe.toolkit |
---|---|
ArtifactId | ArtifactIdtopia-templates |
Version | Version2.0-alpha-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/fr.ird.observe.toolkit/topia-templates/ -->
<dependency>
<groupId>fr.ird.observe.toolkit</groupId>
<artifactId>topia-templates</artifactId>
<version>2.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.ird.observe.toolkit/topia-templates/
implementation 'fr.ird.observe.toolkit:topia-templates:2.0-alpha-1'
// https://jarcasting.com/artifacts/fr.ird.observe.toolkit/topia-templates/
implementation ("fr.ird.observe.toolkit:topia-templates:2.0-alpha-1")
'fr.ird.observe.toolkit:topia-templates:jar:2.0-alpha-1'
<dependency org="fr.ird.observe.toolkit" name="topia-templates" rev="2.0-alpha-1">
<artifact name="topia-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.ird.observe.toolkit', module='topia-templates', version='2.0-alpha-1')
)
libraryDependencies += "fr.ird.observe.toolkit" % "topia-templates" % "2.0-alpha-1"
[fr.ird.observe.toolkit/topia-templates "2.0-alpha-1"]