| Категории |
КатегорииDex Универсальные библиотеки Utility |
|---|---|
| Группа | Группаcom.github.detentor |
| Идентификатор | ИдентификаторcodexCollections |
| Версия | Версия0.0.8 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| codexCollections-0.0.8.pom | |
| codexCollections-0.0.8.jar | 44 KB |
| codexCollections-0.0.8-sources.jar | 33 KB |
| codexCollections-0.0.8-javadoc.jar | 240 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.detentor/codexCollections/ -->
<dependency>
<groupId>com.github.detentor</groupId>
<artifactId>codexCollections</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.detentor/codexCollections/
implementation 'com.github.detentor:codexCollections:0.0.8'
// https://jarcasting.com/artifacts/com.github.detentor/codexCollections/
implementation ("com.github.detentor:codexCollections:0.0.8")
'com.github.detentor:codexCollections:jar:0.0.8'
<dependency org="com.github.detentor" name="codexCollections" rev="0.0.8">
<artifact name="codexCollections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.detentor', module='codexCollections', version='0.0.8')
)
libraryDependencies += "com.github.detentor" % "codexCollections" % "0.0.8"
[com.github.detentor/codexCollections "0.0.8"]