gsoncore
Low level (JsonWriter and JsonReader) functionality extracted from Gson.
| License |
License |
|---|---|
| Categories |
CategoriesGson Data JSON |
| GroupId | GroupIdcom.github.gv2011 |
| ArtifactId | ArtifactIdgsoncore-canonical |
| Last Version | Last Version0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLow level (JsonWriter and JsonReader) functionality extracted from Gson.
|
| Filename | Size |
|---|---|
| gsoncore-canonical-0.8.pom | |
| gsoncore-canonical-0.8.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gv2011/gsoncore-canonical/ -->
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>gsoncore-canonical</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011/gsoncore-canonical/
implementation 'com.github.gv2011:gsoncore-canonical:0.8'
// https://jarcasting.com/artifacts/com.github.gv2011/gsoncore-canonical/
implementation ("com.github.gv2011:gsoncore-canonical:0.8")
'com.github.gv2011:gsoncore-canonical:jar:0.8'
<dependency org="com.github.gv2011" name="gsoncore-canonical" rev="0.8">
<artifact name="gsoncore-canonical" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011', module='gsoncore-canonical', version='0.8')
)
libraryDependencies += "com.github.gv2011" % "gsoncore-canonical" % "0.8"
[com.github.gv2011/gsoncore-canonical "0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.hamcrest : hamcrest | jar | 2.2 |
Low level (JsonWriter and JsonReader) functionality extracted from Gson.