| Категории |
Категорииconfig Библиотеки уровня приложения Configuration JSON Данные |
|---|---|
| Группа | Группаio.github.portlek |
| Идентификатор | Идентификаторconfigs-json |
| Версия | Версия6.0.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| configs-json-6.0.2.pom | |
| configs-json-6.0.2.jar | 1 MB |
| configs-json-6.0.2-sources.jar | 6 KB |
| configs-json-6.0.2-javadoc.jar | 398 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.portlek/configs-json/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>configs-json</artifactId>
<version>6.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/configs-json/
implementation 'io.github.portlek:configs-json:6.0.2'
// https://jarcasting.com/artifacts/io.github.portlek/configs-json/
implementation ("io.github.portlek:configs-json:6.0.2")
'io.github.portlek:configs-json:jar:6.0.2'
<dependency org="io.github.portlek" name="configs-json" rev="6.0.2">
<artifact name="configs-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='configs-json', version='6.0.2')
)
libraryDependencies += "io.github.portlek" % "configs-json" % "6.0.2"
[io.github.portlek/configs-json "6.0.2"]