is not current version
Last Version 0.4

com.github.tonivade:purecfg 0.1.0

Pure Functional Configuration Library

GroupId

GroupId

com.github.tonivade
ArtifactId

ArtifactId

purecfg
Version

Version

0.1.0
Type

Type

jar

Download purecfg 0.1.0


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