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