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