License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdio.github.xmljim.json |
ArtifactId | ArtifactIdjsonfactory |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA modern modular Java 17 JSON Library
|
Filename | Size |
---|---|
jsonfactory-1.0.2.pom | |
jsonfactory-1.0.2.jar | 63 KB |
jsonfactory-1.0.2-sources.jar | 37 KB |
jsonfactory-1.0.2-javadoc.jar | 407 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.xmljim.json/jsonfactory/ -->
<dependency>
<groupId>io.github.xmljim.json</groupId>
<artifactId>jsonfactory</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.xmljim.json/jsonfactory/
implementation 'io.github.xmljim.json:jsonfactory:1.0.2'
// https://jarcasting.com/artifacts/io.github.xmljim.json/jsonfactory/
implementation ("io.github.xmljim.json:jsonfactory:1.0.2")
'io.github.xmljim.json:jsonfactory:jar:1.0.2'
<dependency org="io.github.xmljim.json" name="jsonfactory" rev="1.0.2">
<artifact name="jsonfactory" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.xmljim.json', module='jsonfactory', version='1.0.2')
)
libraryDependencies += "io.github.xmljim.json" % "jsonfactory" % "1.0.2"
[io.github.xmljim.json/jsonfactory "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
io.github.xmljim.json : json-model | jar | 1.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar |