GroupId | GroupIdch.sahits.game |
---|---|
ArtifactId | ArtifactIdOpenPatricianDisplay |
Version | Version1.0.0_RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianDisplay/ -->
<dependency>
<groupId>ch.sahits.game</groupId>
<artifactId>OpenPatricianDisplay</artifactId>
<version>1.0.0_RC2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianDisplay/
implementation 'ch.sahits.game:OpenPatricianDisplay:1.0.0_RC2'
// https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianDisplay/
implementation ("ch.sahits.game:OpenPatricianDisplay:1.0.0_RC2")
'ch.sahits.game:OpenPatricianDisplay:jar:1.0.0_RC2'
<dependency org="ch.sahits.game" name="OpenPatricianDisplay" rev="1.0.0_RC2">
<artifact name="OpenPatricianDisplay" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.sahits.game', module='OpenPatricianDisplay', version='1.0.0_RC2')
)
libraryDependencies += "ch.sahits.game" % "OpenPatricianDisplay" % "1.0.0_RC2"
[ch.sahits.game/OpenPatricianDisplay "1.0.0_RC2"]