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