GroupId | GroupIdch.sahits.game |
---|---|
ArtifactId | ArtifactIdOpenPatricianModel |
Version | Version0.7.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianModel/ -->
<dependency>
<groupId>ch.sahits.game</groupId>
<artifactId>OpenPatricianModel</artifactId>
<version>0.7.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianModel/
implementation 'ch.sahits.game:OpenPatricianModel:0.7.0-RC1'
// https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianModel/
implementation ("ch.sahits.game:OpenPatricianModel:0.7.0-RC1")
'ch.sahits.game:OpenPatricianModel:jar:0.7.0-RC1'
<dependency org="ch.sahits.game" name="OpenPatricianModel" rev="0.7.0-RC1">
<artifact name="OpenPatricianModel" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.sahits.game', module='OpenPatricianModel', version='0.7.0-RC1')
)
libraryDependencies += "ch.sahits.game" % "OpenPatricianModel" % "0.7.0-RC1"
[ch.sahits.game/OpenPatricianModel "0.7.0-RC1"]