gsoncore
Low level (JsonWriter and JsonReader) functionality extracted from Gson.
License |
License |
---|---|
Categories |
CategoriesGson Data JSON |
GroupId | GroupIdcom.github.gv2011 |
ArtifactId | ArtifactIdgsoncore-old-parent |
Last Version | Last Version0.9 |
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-old-parent-0.9.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gv2011/gsoncore-old-parent/ -->
<dependency>
<groupId>com.github.gv2011</groupId>
<artifactId>gsoncore-old-parent</artifactId>
<version>0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011/gsoncore-old-parent/
implementation 'com.github.gv2011:gsoncore-old-parent:0.9'
// https://jarcasting.com/artifacts/com.github.gv2011/gsoncore-old-parent/
implementation ("com.github.gv2011:gsoncore-old-parent:0.9")
'com.github.gv2011:gsoncore-old-parent:pom:0.9'
<dependency org="com.github.gv2011" name="gsoncore-old-parent" rev="0.9">
<artifact name="gsoncore-old-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011', module='gsoncore-old-parent', version='0.9')
)
libraryDependencies += "com.github.gv2011" % "gsoncore-old-parent" % "0.9"
[com.github.gv2011/gsoncore-old-parent "0.9"]
Low level (JsonWriter and JsonReader) functionality extracted from Gson.