| Категории |
КатегорииAnt Компиляция и сборка |
|---|---|
| Группа | Группаch.sahits.game |
| Идентификатор | ИдентификаторOpenPatricianTestUtilities |
| Версия | Версия1.0.0_RC2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianTestUtilities/ -->
<dependency>
<groupId>ch.sahits.game</groupId>
<artifactId>OpenPatricianTestUtilities</artifactId>
<version>1.0.0_RC2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianTestUtilities/
implementation 'ch.sahits.game:OpenPatricianTestUtilities:1.0.0_RC2'
// https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianTestUtilities/
implementation ("ch.sahits.game:OpenPatricianTestUtilities:1.0.0_RC2")
'ch.sahits.game:OpenPatricianTestUtilities:jar:1.0.0_RC2'
<dependency org="ch.sahits.game" name="OpenPatricianTestUtilities" rev="1.0.0_RC2">
<artifact name="OpenPatricianTestUtilities" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.sahits.game', module='OpenPatricianTestUtilities', version='1.0.0_RC2')
)
libraryDependencies += "ch.sahits.game" % "OpenPatricianTestUtilities" % "1.0.0_RC2"
[ch.sahits.game/OpenPatricianTestUtilities "1.0.0_RC2"]