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