GroupId | GroupIdch.sahits.game |
---|---|
ArtifactId | ArtifactIdOpenPatricianDisplay |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
OpenPatricianDisplay-0.0.2.pom | |
OpenPatricianDisplay-0.0.2.jar | 1 MB |
OpenPatricianDisplay-0.0.2-sources.jar | 21 MB |
OpenPatricianDisplay-0.0.2-javadoc.jar | 633 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianDisplay/ -->
<dependency>
<groupId>ch.sahits.game</groupId>
<artifactId>OpenPatricianDisplay</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianDisplay/
implementation 'ch.sahits.game:OpenPatricianDisplay:0.0.2'
// https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianDisplay/
implementation ("ch.sahits.game:OpenPatricianDisplay:0.0.2")
'ch.sahits.game:OpenPatricianDisplay:jar:0.0.2'
<dependency org="ch.sahits.game" name="OpenPatricianDisplay" rev="0.0.2">
<artifact name="OpenPatricianDisplay" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.sahits.game', module='OpenPatricianDisplay', version='0.0.2')
)
libraryDependencies += "ch.sahits.game" % "OpenPatricianDisplay" % "0.0.2"
[ch.sahits.game/OpenPatricianDisplay "0.0.2"]