cookjson-core

CookJson Core Module

License

License

Categories

Categories

JSON Data
GroupId

GroupId

org.yuanheng.cookjson
ArtifactId

ArtifactId

cookjson-core
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

cookjson-core
CookJson Core Module

Download cookjson-core

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
javax.json : javax.json-api jar 1.0
commons-codec : commons-codec jar 1.10

test (5)

Group / Artifact Type Version
junit : junit jar 4.12
junit-addons : junit-addons jar 1.4
org.glassfish : javax.json jar 1.0.4
com.fasterxml.jackson.core : jackson-core jar 2.7.4
de.undercouch : bson4jackson jar 2.7.0

Project Modules

There are no modules declared in this project.

CookJson Build Status codecov Javadocs Apache License, Version 2.0

CookJson contains JSON and BSON parsers and generators for JSON API for Java (JSR 353). There is also a JsonProvider for Jayway JsonPath.

Website: http://cookjson.yuanheng.org

v1.0.2 is the same v1.0.1. There was some issues with 1.0.1 on Maven.

Maven

cookjson-core

<dependency>
    <groupId>org.yuanheng.cookjson</groupId>
    <artifactId>cookjson-core</artifactId>
    <version>1.0.2</version>
</dependency>

cookjson-jsonpath

<dependency>
    <groupId>org.yuanheng.cookjson</groupId>
    <artifactId>cookjson-jsonpath</artifactId>
    <version>1.0.2</version>
</dependency>

Versions

Version
1.0.2
1.0.1
1.0