is not current version
Last Version 1.0.1

com.github.nithril:json-stream 1.0.0

Json Streaming / JsonPath Matcher

Categories

Categories

JSON Data
GroupId

GroupId

com.github.nithril
ArtifactId

ArtifactId

json-stream
Version

Version

1.0.0
Type

Type

jar

Download json-stream 1.0.0


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