Javad

Java library for loading properties files from a directory and watching for changes

License

License

Categories

Categories

Feather Application Layer Libs Dependency Injection
GroupId

GroupId

com.github.featheredtoast
ArtifactId

ArtifactId

javad
Last Version

Last Version

0.2.7
Release Date

Release Date

Type

Type

jar
Description

Description

Javad
Java library for loading properties files from a directory and watching for changes
Project URL

Project URL

https://github.com/featheredtoast/javad
Source Code Management

Source Code Management

https://github.com/featheredtoast/javad

Download javad

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1