Property Providers

A library that allows for type safe loading of .properties files and automatic change detection

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

de.vorb
ArtifactId

ArtifactId

property-providers
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Property Providers
A library that allows for type safe loading of .properties files and automatic change detection
Project URL

Project URL

https://github.com/pvorb/property-providers
Source Code Management

Source Code Management

https://github.com/pvorb/property-providers

Download property-providers

How to add to project

<!-- https://jarcasting.com/artifacts/de.vorb/property-providers/ -->
<dependency>
    <groupId>de.vorb</groupId>
    <artifactId>property-providers</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.vorb/property-providers/
implementation 'de.vorb:property-providers:2.0.0'
// https://jarcasting.com/artifacts/de.vorb/property-providers/
implementation ("de.vorb:property-providers:2.0.0")
'de.vorb:property-providers:jar:2.0.0'
<dependency org="de.vorb" name="property-providers" rev="2.0.0">
  <artifact name="property-providers" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.vorb', module='property-providers', version='2.0.0')
)
libraryDependencies += "de.vorb" % "property-providers" % "2.0.0"
[de.vorb/property-providers "2.0.0"]

Dependencies

compile (4)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
org.slf4j : slf4j-api jar 1.7.7
ch.qos.logback : logback-core jar 1.1.3
ch.qos.logback : logback-classic jar 1.1.3

test (3)

Group / Artifact Type Version
com.google.truth : truth jar 0.27
junit : junit jar 4.12
com.google.jimfs : jimfs jar 1.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.0.0