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