is not current version
Last Version 2.2.0

com.ruijc:spring-boot-starter-fastjson 1.0.6

Springboot自动化配置Fastjson框架并支持JSONP操作。

Categories

Categories

Spring Boot Container Microservices JSON Data fastjson
GroupId

GroupId

com.ruijc
ArtifactId

ArtifactId

spring-boot-starter-fastjson
Version

Version

1.0.6
Type

Type

jar

Download spring-boot-starter-fastjson 1.0.6


<!-- https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-fastjson/ -->
<dependency>
    <groupId>com.ruijc</groupId>
    <artifactId>spring-boot-starter-fastjson</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-fastjson/
implementation 'com.ruijc:spring-boot-starter-fastjson:1.0.6'
// https://jarcasting.com/artifacts/com.ruijc/spring-boot-starter-fastjson/
implementation ("com.ruijc:spring-boot-starter-fastjson:1.0.6")
'com.ruijc:spring-boot-starter-fastjson:jar:1.0.6'
<dependency org="com.ruijc" name="spring-boot-starter-fastjson" rev="1.0.6">
  <artifact name="spring-boot-starter-fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ruijc', module='spring-boot-starter-fastjson', version='1.0.6')
)
libraryDependencies += "com.ruijc" % "spring-boot-starter-fastjson" % "1.0.6"
[com.ruijc/spring-boot-starter-fastjson "1.0.6"]