is not current version
Last Version 1.0.5

com.itranswarp:jsonstream 1.0.3

Fast JSON serializer/deserializer with JavaBean bindings and validations.

Categories

Categories

JSON Data
GroupId

GroupId

com.itranswarp
ArtifactId

ArtifactId

jsonstream
Version

Version

1.0.3
Type

Type

jar

Download jsonstream 1.0.3


<!-- https://jarcasting.com/artifacts/com.itranswarp/jsonstream/ -->
<dependency>
    <groupId>com.itranswarp</groupId>
    <artifactId>jsonstream</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.itranswarp/jsonstream/
implementation 'com.itranswarp:jsonstream:1.0.3'
// https://jarcasting.com/artifacts/com.itranswarp/jsonstream/
implementation ("com.itranswarp:jsonstream:1.0.3")
'com.itranswarp:jsonstream:jar:1.0.3'
<dependency org="com.itranswarp" name="jsonstream" rev="1.0.3">
  <artifact name="jsonstream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itranswarp', module='jsonstream', version='1.0.3')
)
libraryDependencies += "com.itranswarp" % "jsonstream" % "1.0.3"
[com.itranswarp/jsonstream "1.0.3"]