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