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