| Группа | Группаch.sahits.game |
|---|---|
| Идентификатор | ИдентификаторOpenPatricianSound |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| OpenPatricianSound-1.0.0.pom | |
| OpenPatricianSound-1.0.0.jar | 16 KB |
| OpenPatricianSound-1.0.0-sources.jar | 10 KB |
| OpenPatricianSound-1.0.0-javadoc.jar | 437 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianSound/ -->
<dependency>
<groupId>ch.sahits.game</groupId>
<artifactId>OpenPatricianSound</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianSound/
implementation 'ch.sahits.game:OpenPatricianSound:1.0.0'
// https://jarcasting.com/artifacts/ch.sahits.game/OpenPatricianSound/
implementation ("ch.sahits.game:OpenPatricianSound:1.0.0")
'ch.sahits.game:OpenPatricianSound:jar:1.0.0'
<dependency org="ch.sahits.game" name="OpenPatricianSound" rev="1.0.0">
<artifact name="OpenPatricianSound" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.sahits.game', module='OpenPatricianSound', version='1.0.0')
)
libraryDependencies += "ch.sahits.game" % "OpenPatricianSound" % "1.0.0"
[ch.sahits.game/OpenPatricianSound "1.0.0"]