License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdio.leopard |
ArtifactId | ArtifactIdleopard-json |
Last Version | Last Version0.9.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLeopard-Json
规范、简化Json操作,可选Jackson、FastJson实现。并可在TopNB查看耗时统计信息。
|
Filename | Size |
---|---|
leopard-json-0.9.12.pom | |
leopard-json-0.9.12.jar | 7 KB |
leopard-json-0.9.12-sources.jar | 4 KB |
leopard-json-0.9.12-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.leopard/leopard-json/ -->
<dependency>
<groupId>io.leopard</groupId>
<artifactId>leopard-json</artifactId>
<version>0.9.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.leopard/leopard-json/
implementation 'io.leopard:leopard-json:0.9.12'
// https://jarcasting.com/artifacts/io.leopard/leopard-json/
implementation ("io.leopard:leopard-json:0.9.12")
'io.leopard:leopard-json:jar:0.9.12'
<dependency org="io.leopard" name="leopard-json" rev="0.9.12">
<artifact name="leopard-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leopard', module='leopard-json', version='0.9.12')
)
libraryDependencies += "io.leopard" % "leopard-json" % "0.9.12"
[io.leopard/leopard-json "0.9.12"]
Group / Artifact | Type | Version |
---|---|---|
io.leopard : leopard-datatype | jar | 0.9.12 |
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.1 |
com.alibaba : fastjson | jar | 1.2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |