Java Property Utils

A small utility for accessing properties in java property bundles.

License

License

GroupId

GroupId

com.github.ansell.property-util
ArtifactId

ArtifactId

property-util
Last Version

Last Version

0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Java Property Utils
A small utility for accessing properties in java property bundles.
Project URL

Project URL

https://github.com/ansell/property-util
Source Code Management

Source Code Management

https://github.com/ansell/property-util

Download property-util

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.9

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.9
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.4
0.3
0.2