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