is not current version
Last Version 2.0

com.github.anymaker:tnjson 1.0

Map to JSON converter and JSON to Map parser

Categories

Categories

JSON Data
GroupId

GroupId

com.github.anymaker
ArtifactId

ArtifactId

tnjson
Version

Version

1.0
Type

Type

jar

Download tnjson 1.0


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