Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdse.llbit |
ArtifactId | ArtifactIdjo-json |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
jo-json-1.3.0.pom | |
jo-json-1.3.0.jar | 20 KB |
jo-json-1.3.0-sources.jar | 20 KB |
jo-json-1.3.0-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.llbit/jo-json/ -->
<dependency>
<groupId>se.llbit</groupId>
<artifactId>jo-json</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.llbit/jo-json/
implementation 'se.llbit:jo-json:1.3.0'
// https://jarcasting.com/artifacts/se.llbit/jo-json/
implementation ("se.llbit:jo-json:1.3.0")
'se.llbit:jo-json:jar:1.3.0'
<dependency org="se.llbit" name="jo-json" rev="1.3.0">
<artifact name="jo-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.llbit', module='jo-json', version='1.3.0')
)
libraryDependencies += "se.llbit" % "jo-json" % "1.3.0"
[se.llbit/jo-json "1.3.0"]