License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.itranswarp |
ArtifactId | ArtifactIdjsonstream |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjsonstream
Fast JSON serializer/deserializer with JavaBean bindings and validations.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jsonstream-1.0.5.pom | |
jsonstream-1.0.5.jar | 67 KB |
jsonstream-1.0.5-sources.jar | 38 KB |
jsonstream-1.0.5-javadoc.jar | 261 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.itranswarp/jsonstream/ -->
<dependency>
<groupId>com.itranswarp</groupId>
<artifactId>jsonstream</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.itranswarp/jsonstream/
implementation 'com.itranswarp:jsonstream:1.0.5'
// https://jarcasting.com/artifacts/com.itranswarp/jsonstream/
implementation ("com.itranswarp:jsonstream:1.0.5")
'com.itranswarp:jsonstream:jar:1.0.5'
<dependency org="com.itranswarp" name="jsonstream" rev="1.0.5">
<artifact name="jsonstream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itranswarp', module='jsonstream', version='1.0.5')
)
libraryDependencies += "com.itranswarp" % "jsonstream" % "1.0.5"
[com.itranswarp/jsonstream "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging-api | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.google.code.gson : gson | jar | 2.9.0 |