License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.anymaker |
ArtifactId | ArtifactIdtnjson |
Version | Version2.0 |
Type | Typejar |
Description |
Descriptioncom.github.anymaker:tnjson
Map to JSON converter and JSON to Map parser
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tnjson-2.0.pom | |
tnjson-2.0.jar | 21 KB |
tnjson-2.0-sources.jar | 11 KB |
tnjson-2.0-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.anymaker/tnjson/ -->
<dependency>
<groupId>com.github.anymaker</groupId>
<artifactId>tnjson</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anymaker/tnjson/
implementation 'com.github.anymaker:tnjson:2.0'
// https://jarcasting.com/artifacts/com.github.anymaker/tnjson/
implementation ("com.github.anymaker:tnjson:2.0")
'com.github.anymaker:tnjson:jar:2.0'
<dependency org="com.github.anymaker" name="tnjson" rev="2.0">
<artifact name="tnjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anymaker', module='tnjson', version='2.0')
)
libraryDependencies += "com.github.anymaker" % "tnjson" % "2.0"
[com.github.anymaker/tnjson "2.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |