s

spring-boot-starter-fastjson

Springboot自动化配置Fastjson框架并支持JSONP操作。
The Apache Software License, Version 2.0
storezhang
文件下载
文件名 操作
spring-boot-starter-fastjson-1.1.0.jar 下载
spring-boot-starter-fastjson-1.1.0.pom 下载
spring-boot-starter-fastjson-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.ruijc</groupId>
  <artifactId>spring-boot-starter-fastjson</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.ruijc:spring-boot-starter-fastjson:1.1.0'
Gradle Kotlin
implementation("com.ruijc:spring-boot-starter-fastjson:1.1.0")
Scala SBT
libraryDependencies += "com.ruijc" % "spring-boot-starter-fastjson" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.ruijc', module='spring-boot-starter-fastjson', version='1.1.0')
)
Apache Ivy
<dependency org="com.ruijc" name="spring-boot-starter-fastjson" rev="1.1.0" />
Leiningen
[com.ruijc/spring-boot-starter-fastjson "1.1.0"]
Apache Buildr
'com.ruijc:spring-boot-starter-fastjson:jar:1.1.0'