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