Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdch.sahits.game |
ArtifactId | ArtifactIdOpenPatricianTest |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
OpenPatricianTest-0.9.0.pom | |
OpenPatricianTest-0.9.0.jar | 165 KB |
OpenPatricianTest-0.9.0-sources.jar | 73 KB |
OpenPatricianTest-0.9.0-javadoc.jar | 386 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianTest/ -->
<dependency>
<groupId>ch.sahits.game</groupId>
<artifactId>OpenPatricianTest</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianTest/
implementation 'ch.sahits.game:OpenPatricianTest:0.9.0'
// https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianTest/
implementation ("ch.sahits.game:OpenPatricianTest:0.9.0")
'ch.sahits.game:OpenPatricianTest:jar:0.9.0'
<dependency org="ch.sahits.game" name="OpenPatricianTest" rev="0.9.0">
<artifact name="OpenPatricianTest" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.sahits.game', module='OpenPatricianTest', version='0.9.0')
)
libraryDependencies += "ch.sahits.game" % "OpenPatricianTest" % "0.9.0"
[ch.sahits.game/OpenPatricianTest "0.9.0"]