is not current version
Last Version 1.8.5

com.yupzip.json:yupzip-json 1.3.0

This project is a simple wrapper for com.fasterxml.jackson JSON parser. It enables fluent building, reading, and mapping of JSON objects and arrays.

Categories

Categories

JSON Data
GroupId

GroupId

com.yupzip.json
ArtifactId

ArtifactId

yupzip-json
Version

Version

1.3.0
Type

Type

jar

Download yupzip-json 1.3.0


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