GroupId | GroupIdcom.uchuhimo |
---|---|
ArtifactId | ArtifactIdkonf |
Version | Version0.15 |
Type | Typejar |
Filename | Size |
---|---|
konf-0.15.pom | |
konf-0.15.jar | 261 bytes |
konf-0.15-sources.jar | 261 bytes |
konf-0.15-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.uchuhimo/konf/ -->
<dependency>
<groupId>com.uchuhimo</groupId>
<artifactId>konf</artifactId>
<version>0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.uchuhimo/konf/
implementation 'com.uchuhimo:konf:0.15'
// https://jarcasting.com/artifacts/com.uchuhimo/konf/
implementation ("com.uchuhimo:konf:0.15")
'com.uchuhimo:konf:jar:0.15'
<dependency org="com.uchuhimo" name="konf" rev="0.15">
<artifact name="konf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uchuhimo', module='konf', version='0.15')
)
libraryDependencies += "com.uchuhimo" % "konf" % "0.15"
[com.uchuhimo/konf "0.15"]