java.d
A small library to load a directory of properties files into a single java properties object, and periodically polls the directory for changes.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииFeather Библиотеки уровня приложения Dependency Injection |
| Группа | Группаcom.github.featheredtoast |
| Идентификатор | Идентификаторjavad |
| Последняя версия | Последняя версия0.2.7 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJavad
Java library for loading properties files from a directory and watching for changes
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| javad-0.2.7.pom | |
| javad-0.2.7.jar | 4 KB |
| javad-0.2.7-sources.jar | 1 KB |
| javad-0.2.7-javadoc.jar | 19 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.featheredtoast/javad/ -->
<dependency>
<groupId>com.github.featheredtoast</groupId>
<artifactId>javad</artifactId>
<version>0.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.featheredtoast/javad/
implementation 'com.github.featheredtoast:javad:0.2.7'
// https://jarcasting.com/artifacts/com.github.featheredtoast/javad/
implementation ("com.github.featheredtoast:javad:0.2.7")
'com.github.featheredtoast:javad:jar:0.2.7'
<dependency org="com.github.featheredtoast" name="javad" rev="0.2.7">
<artifact name="javad" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.featheredtoast', module='javad', version='0.2.7')
)
libraryDependencies += "com.github.featheredtoast" % "javad" % "0.2.7"
[com.github.featheredtoast/javad "0.2.7"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-logging : commons-logging | jar | 1.1.1 |
| org.slf4j : slf4j-api | jar | 1.7.18 |
| log4j : log4j | jar | 1.2.17 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
A small library to load a directory of properties files into a single java properties object, and periodically polls the directory for changes.