License |
License
Apache License 2.0
|
---|---|
GroupId | GroupIdcom.github.akurilov |
ArtifactId | ArtifactIdconfuse |
Version | Version1.2.1 |
Type | Typejar |
Description |
Descriptionconfuse
Safe, dynamically extensible and serializable configuration for an application
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
confuse-1.2.1.pom | |
confuse-1.2.1.jar | 11 KB |
confuse-1.2.1-sources.jar | 6 KB |
confuse-1.2.1-javadoc.jar | 421 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.akurilov/confuse/ -->
<dependency>
<groupId>com.github.akurilov</groupId>
<artifactId>confuse</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akurilov/confuse/
implementation 'com.github.akurilov:confuse:1.2.1'
// https://jarcasting.com/artifacts/com.github.akurilov/confuse/
implementation ("com.github.akurilov:confuse:1.2.1")
'com.github.akurilov:confuse:jar:1.2.1'
<dependency org="com.github.akurilov" name="confuse" rev="1.2.1">
<artifact name="confuse" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akurilov', module='confuse', version='1.2.1')
)
libraryDependencies += "com.github.akurilov" % "confuse" % "1.2.1"
[com.github.akurilov/confuse "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.akurilov : java-commons | jar | 2.2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |