GroupId | GroupIdcom.github.akurilov |
---|---|
ArtifactId | ArtifactIdconfuse |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
confuse-1.0.8.pom | |
confuse-1.0.8.jar | 8 KB |
confuse-1.0.8-sources.jar | 5 KB |
confuse-1.0.8-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.akurilov/confuse/ -->
<dependency>
<groupId>com.github.akurilov</groupId>
<artifactId>confuse</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akurilov/confuse/
implementation 'com.github.akurilov:confuse:1.0.8'
// https://jarcasting.com/artifacts/com.github.akurilov/confuse/
implementation ("com.github.akurilov:confuse:1.0.8")
'com.github.akurilov:confuse:jar:1.0.8'
<dependency org="com.github.akurilov" name="confuse" rev="1.0.8">
<artifact name="confuse" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akurilov', module='confuse', version='1.0.8')
)
libraryDependencies += "com.github.akurilov" % "confuse" % "1.0.8"
[com.github.akurilov/confuse "1.0.8"]