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