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