is not current version
Last Version 0.4

com.github.ansell.property-util:property-util 0.2

A small utility for accessing properties in java property bundles.

GroupId

GroupId

com.github.ansell.property-util
ArtifactId

ArtifactId

property-util
Version

Version

0.2
Type

Type

jar

Download property-util 0.2


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