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