Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.nithril |
ArtifactId | ArtifactIdjson-stream |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
json-stream-1.0.0.pom | |
json-stream-1.0.0.jar | 44 KB |
json-stream-1.0.0-sources.jar | 24 KB |
json-stream-1.0.0-javadoc.jar | 278 KB |
Browse |
<!-- 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"]