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