| Категории |
КатегорииDex Универсальные библиотеки Utility |
|---|---|
| Группа | Группаcom.dexmatech.styx |
| Идентификатор | Идентификаторmodules |
| Версия | Версия1.0.12 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| modules-1.0.12.pom | 740 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.dexmatech.styx/modules/ -->
<dependency>
<groupId>com.dexmatech.styx</groupId>
<artifactId>modules</artifactId>
<version>1.0.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.dexmatech.styx/modules/
implementation 'com.dexmatech.styx:modules:1.0.12'
// https://jarcasting.com/artifacts/com.dexmatech.styx/modules/
implementation ("com.dexmatech.styx:modules:1.0.12")
'com.dexmatech.styx:modules:pom:1.0.12'
<dependency org="com.dexmatech.styx" name="modules" rev="1.0.12">
<artifact name="modules" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.dexmatech.styx', module='modules', version='1.0.12')
)
libraryDependencies += "com.dexmatech.styx" % "modules" % "1.0.12"
[com.dexmatech.styx/modules "1.0.12"]