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