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.
License |
License |
---|---|
Categories |
CategoriesFeather Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.github.featheredtoast |
ArtifactId | ArtifactIdjavad |
Last Version | Last Version0.2.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavad
Java library for loading properties files from a directory and watching for changes
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1.1 |
org.slf4j : slf4j-api | jar | 1.7.18 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
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.