is not current version
Last Version 3.0.4

org.refcodes:refcodes-properties 2.1.4

This artifact provides means to read configuration data from various different locations such as properties from JAR files, file system files or remote HTTP addresses or GIT repositories.

GroupId

GroupId

org.refcodes
ArtifactId

ArtifactId

refcodes-properties
Version

Version

2.1.4
Type

Type

jar

Download refcodes-properties 2.1.4


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