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