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