is not current version
Last Version 1.2.1

com.github.akurilov:confuse 1.0.5

Safe, dynamically extensible and serializable configuration for an application

GroupId

GroupId

com.github.akurilov
ArtifactId

ArtifactId

confuse
Version

Version

1.0.5
Type

Type

jar

Download confuse 1.0.5


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