is not current version
Last Version 1.7.1

com.github.piotrkot:oojson 1.1.0

Wrapper for Java API for JSON Processing with OOP in mind.

Categories

Categories

JSON Data
GroupId

GroupId

com.github.piotrkot
ArtifactId

ArtifactId

oojson
Version

Version

1.1.0
Type

Type

jar

Download oojson 1.1.0


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