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