License |
License |
---|---|
Categories |
CategoriesJSON Data fastjson |
GroupId | GroupIdcn.ziyicloud.framework.boot |
ArtifactId | ArtifactIdziyi-boot-starter-fastjson |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionZiyi Boot FastJson Starter
Starter for using reading and writing json by fastjson
|
Filename | Size |
---|---|
ziyi-boot-starter-fastjson-1.0.7.pom | |
ziyi-boot-starter-fastjson-1.0.7.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.ziyicloud.framework.boot/ziyi-boot-starter-fastjson/ -->
<dependency>
<groupId>cn.ziyicloud.framework.boot</groupId>
<artifactId>ziyi-boot-starter-fastjson</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/cn.ziyicloud.framework.boot/ziyi-boot-starter-fastjson/
implementation 'cn.ziyicloud.framework.boot:ziyi-boot-starter-fastjson:1.0.7'
// https://jarcasting.com/artifacts/cn.ziyicloud.framework.boot/ziyi-boot-starter-fastjson/
implementation ("cn.ziyicloud.framework.boot:ziyi-boot-starter-fastjson:1.0.7")
'cn.ziyicloud.framework.boot:ziyi-boot-starter-fastjson:jar:1.0.7'
<dependency org="cn.ziyicloud.framework.boot" name="ziyi-boot-starter-fastjson" rev="1.0.7">
<artifact name="ziyi-boot-starter-fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.ziyicloud.framework.boot', module='ziyi-boot-starter-fastjson', version='1.0.7')
)
libraryDependencies += "cn.ziyicloud.framework.boot" % "ziyi-boot-starter-fastjson" % "1.0.7"
[cn.ziyicloud.framework.boot/ziyi-boot-starter-fastjson "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
cn.ziyicloud.framework.boot : ziyi-boot-starter | jar | 1.0.7 |
com.alibaba : fastjson | jar | 1.2.79 |