is not current version
Last Version 1.2

com.purej:purej-cfg 1.0

A small library that allows easy and type-safe access to configuration properties

GroupId

GroupId

com.purej
ArtifactId

ArtifactId

purej-cfg
Version

Version

1.0
Type

Type

jar

Download purej-cfg 1.0


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