is not current version
Last Version 0.8

net.pwall.json:json-stream 0.5

JSON Streaming library for Java

Categories

Categories

Net JSON Data
GroupId

GroupId

net.pwall.json
ArtifactId

ArtifactId

json-stream
Version

Version

0.5
Type

Type

jar

Download json-stream 0.5


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