is not current version
Last Version 2.52

com.jillesvangurp:jsonj 2.26

A framework for working with json in Java the "proper" way. No mappings or model classes, it's all just lovely json, but in Java.

Categories

Categories

JSON Data
GroupId

GroupId

com.jillesvangurp
ArtifactId

ArtifactId

jsonj
Version

Version

2.26
Type

Type

jar

Download jsonj 2.26


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