Categories |
CategoriesIDE Development Tools Net JSON Data |
---|---|
GroupId | GroupIdnet.minidev |
ArtifactId | ArtifactIdjson-smart |
Version | Version1.0.6.3 |
Type | Typejar |
Filename | Size |
---|---|
json-smart-1.0.6.3.pom | |
json-smart-1.0.6.3.jar | 38 KB |
json-smart-1.0.6.3-sources.jar | 20 KB |
json-smart-1.0.6.3-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.minidev/json-smart/ -->
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>1.0.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.minidev/json-smart/
implementation 'net.minidev:json-smart:1.0.6.3'
// https://jarcasting.com/artifacts/net.minidev/json-smart/
implementation ("net.minidev:json-smart:1.0.6.3")
'net.minidev:json-smart:jar:1.0.6.3'
<dependency org="net.minidev" name="json-smart" rev="1.0.6.3">
<artifact name="json-smart" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.minidev', module='json-smart', version='1.0.6.3')
)
libraryDependencies += "net.minidev" % "json-smart" % "1.0.6.3"
[net.minidev/json-smart "1.0.6.3"]