Files download
File Operation
spring-boot-starter-json-3.0.3.jar download
spring-boot-starter-json-3.0.3.pom download
spring-boot-starter-json-3.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-json</artifactId>
  <version>3.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-starter-json:3.0.3'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-starter-json:3.0.3")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-json" % "3.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-starter-json', version='3.0.3')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-starter-json" rev="3.0.3" />
Leiningen
[org.springframework.boot/spring-boot-starter-json "3.0.3"]
Apache Buildr
'org.springframework.boot:spring-boot-starter-json:jar:3.0.3'