| Лицензия |
Лицензия |
|---|---|
| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
| Группа | Группаio.github.snowthinker |
| Идентификатор | Идентификаторconfig-helper |
| Версия | Версия0.0.4-RELEASE |
| Тип | Типjar |
| Описание |
Описаниеconfig-helper
Simplify property file load
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| config-helper-0.0.4-RELEASE.pom | |
| config-helper-0.0.4-RELEASE.jar | 4 KB |
| config-helper-0.0.4-RELEASE-sources.jar | 1 KB |
| config-helper-0.0.4-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.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.snowthinker/config-helper/
implementation 'io.github.snowthinker:config-helper:0.0.4-RELEASE'
// https://jarcasting.com/artifacts/io.github.snowthinker/config-helper/
implementation ("io.github.snowthinker:config-helper:0.0.4-RELEASE")
'io.github.snowthinker:config-helper:jar:0.0.4-RELEASE'
<dependency org="io.github.snowthinker" name="config-helper" rev="0.0.4-RELEASE">
<artifact name="config-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.snowthinker', module='config-helper', version='0.0.4-RELEASE')
)
libraryDependencies += "io.github.snowthinker" % "config-helper" % "0.0.4-RELEASE"
[io.github.snowthinker/config-helper "0.0.4-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-configuration2 | jar | 2.4 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |