Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.github.shiruka |
ArtifactId | ArtifactIdconf-json |
Version | Version1.2.6 |
Type | Typejar |
Filename | Size |
---|---|
conf-json-1.2.6.pom | |
conf-json-1.2.6.jar | 77 KB |
conf-json-1.2.6-sources.jar | 3 KB |
conf-json-1.2.6-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shiruka/conf-json/ -->
<dependency>
<groupId>io.github.shiruka</groupId>
<artifactId>conf-json</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shiruka/conf-json/
implementation 'io.github.shiruka:conf-json:1.2.6'
// https://jarcasting.com/artifacts/io.github.shiruka/conf-json/
implementation ("io.github.shiruka:conf-json:1.2.6")
'io.github.shiruka:conf-json:jar:1.2.6'
<dependency org="io.github.shiruka" name="conf-json" rev="1.2.6">
<artifact name="conf-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shiruka', module='conf-json', version='1.2.6')
)
libraryDependencies += "io.github.shiruka" % "conf-json" % "1.2.6"
[io.github.shiruka/conf-json "1.2.6"]