| Группа | Группаcom.modestoma |
|---|---|
| Идентификатор | Идентификаторutilx |
| Версия | Версия0.0.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| utilx-0.0.1.pom | |
| utilx-0.0.1-release.aar | 27 KB |
| utilx-0.0.1-release-sources.jar | 6 KB |
| utilx-0.0.1-release-javadoc.jar | 303 KB |
| utilx-0.0.1-debug.aar | 28 KB |
| utilx-0.0.1-debug-sources.jar | 6 KB |
| utilx-0.0.1-debug-javadoc.jar | 303 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.modestoma/utilx/ -->
<dependency>
<groupId>com.modestoma</groupId>
<artifactId>utilx</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.modestoma/utilx/
implementation 'com.modestoma:utilx:0.0.1'
// https://jarcasting.com/artifacts/com.modestoma/utilx/
implementation ("com.modestoma:utilx:0.0.1")
'com.modestoma:utilx:pom:0.0.1'
<dependency org="com.modestoma" name="utilx" rev="0.0.1">
<artifact name="utilx" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.modestoma', module='utilx', version='0.0.1')
)
libraryDependencies += "com.modestoma" % "utilx" % "0.0.1"
[com.modestoma/utilx "0.0.1"]