Last Version

jsonstream 1.0.5

Fast JSON serializer/deserializer with JavaBean bindings and validations.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.itranswarp
ArtifactId

ArtifactId

jsonstream
Version

Version

1.0.5
Type

Type

jar
Description

Description

jsonstream
Fast JSON serializer/deserializer with JavaBean bindings and validations.
Project URL

Project URL

https://github.com/michaelliao/jsonstream

Download jsonstream 1.0.5


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-logging : commons-logging-api jar 1.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.code.gson : gson jar 2.9.0

Project Modules

There are no modules declared in this project.