Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdch.sahits.game |
ArtifactId | ArtifactIdOpenPatricianTestUtilities |
Version | Version0.9.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianTestUtilities/ -->
<dependency>
<groupId>ch.sahits.game</groupId>
<artifactId>OpenPatricianTestUtilities</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianTestUtilities/
implementation 'ch.sahits.game:OpenPatricianTestUtilities:0.9.1'
// https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianTestUtilities/
implementation ("ch.sahits.game:OpenPatricianTestUtilities:0.9.1")
'ch.sahits.game:OpenPatricianTestUtilities:jar:0.9.1'
<dependency org="ch.sahits.game" name="OpenPatricianTestUtilities" rev="0.9.1">
<artifact name="OpenPatricianTestUtilities" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.sahits.game', module='OpenPatricianTestUtilities', version='0.9.1')
)
libraryDependencies += "ch.sahits.game" % "OpenPatricianTestUtilities" % "0.9.1"
[ch.sahits.game/OpenPatricianTestUtilities "0.9.1"]