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