s

spring-boot-starter-fastjson

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