is not current version
Last Version 0.3

org.agilej:jsonty 0.1

Jsonty is a simple json library.

Categories

Categories

JSON Data
GroupId

GroupId

org.agilej
ArtifactId

ArtifactId

jsonty
Version

Version

0.1
Type

Type

jar

Download jsonty 0.1


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