| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииConfiguration Библиотеки уровня приложения config |
| Группа | Группаcom.github.uncommon-configuration |
| Идентификатор | Идентификаторuncommon-configuration |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеuncommon-configuration
uncommon-configuration provides a simple and type safe facade to read configuration data from various
configuration sources such as properties files , XML, JSon etc
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| uncommon-configuration-0.1.pom | |
| uncommon-configuration-0.1.jar | 56 KB |
| uncommon-configuration-0.1-sources.jar | 46 KB |
| uncommon-configuration-0.1-javadoc.jar | 256 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.uncommon-configuration/uncommon-configuration/ -->
<dependency>
<groupId>com.github.uncommon-configuration</groupId>
<artifactId>uncommon-configuration</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.uncommon-configuration/uncommon-configuration/
implementation 'com.github.uncommon-configuration:uncommon-configuration:0.1'
// https://jarcasting.com/artifacts/com.github.uncommon-configuration/uncommon-configuration/
implementation ("com.github.uncommon-configuration:uncommon-configuration:0.1")
'com.github.uncommon-configuration:uncommon-configuration:jar:0.1'
<dependency org="com.github.uncommon-configuration" name="uncommon-configuration" rev="0.1">
<artifact name="uncommon-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.uncommon-configuration', module='uncommon-configuration', version='0.1')
)
libraryDependencies += "com.github.uncommon-configuration" % "uncommon-configuration" % "0.1"
[com.github.uncommon-configuration/uncommon-configuration "0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.6.4 |
| org.slf4j : slf4j-api | jar | 1.6.4 |
| org.yaml : snakeyaml | jar | 1.10 |
| com.googlecode.json-simple : json-simple | jar | 1.1 |
| bouncycastle : bcprov-jdk15 | jar | 140 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.mockito : mockito-all | jar | 1.9.0 |
| junitperf : junitperf | jar | 1.8 |
| org.hamcrest : hamcrest-all | jar | 1.1 |