ndjson

For NDJSON Parsing

License

License

Categories

Categories

JSON Data
GroupId

GroupId

in.abilng
ArtifactId

ArtifactId

ndjson
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

ndjson
For NDJSON Parsing
Project URL

Project URL

https://abilng.github.io/ndjson
Source Code Management

Source Code Management

https://github.com/abilng/ndjson

Download ndjson

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.12.1
com.fasterxml.jackson.core : jackson-databind jar 2.12.1
com.fasterxml.jackson.core : jackson-annotations jar 2.12.1
org.apache.commons : commons-lang3 jar 3.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0
0.3
0.1