is not current version
Last Version 0.3

org.agilej:jsonty 0.2

Jsonty is a simple json library.

Categories

Categories

JSON Data
GroupId

GroupId

org.agilej
ArtifactId

ArtifactId

jsonty
Version

Version

0.2
Type

Type

jar

Download jsonty 0.2


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