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