License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices JSON Data fastjson |
GroupId | GroupIdio.gitee.zhousiwei |
ArtifactId | ArtifactIdfastjson-spring-boot-starter |
Last Version | Last Version10.10.10.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfastjson-spring-boot-starter
starter for fastJson
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.gitee.zhousiwei/fastjson-spring-boot-starter/ -->
<dependency>
<groupId>io.gitee.zhousiwei</groupId>
<artifactId>fastjson-spring-boot-starter</artifactId>
<version>10.10.10.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.zhousiwei/fastjson-spring-boot-starter/
implementation 'io.gitee.zhousiwei:fastjson-spring-boot-starter:10.10.10.RELEASE'
// https://jarcasting.com/artifacts/io.gitee.zhousiwei/fastjson-spring-boot-starter/
implementation ("io.gitee.zhousiwei:fastjson-spring-boot-starter:10.10.10.RELEASE")
'io.gitee.zhousiwei:fastjson-spring-boot-starter:jar:10.10.10.RELEASE'
<dependency org="io.gitee.zhousiwei" name="fastjson-spring-boot-starter" rev="10.10.10.RELEASE">
<artifact name="fastjson-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.zhousiwei', module='fastjson-spring-boot-starter', version='10.10.10.RELEASE')
)
libraryDependencies += "io.gitee.zhousiwei" % "fastjson-spring-boot-starter" % "10.10.10.RELEASE"
[io.gitee.zhousiwei/fastjson-spring-boot-starter "10.10.10.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework.boot : spring-boot-starter-web Optional | jar | |
com.alibaba : fastjson | jar | 1.2.15 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.18 |