<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-buildpack-platform</artifactId>
<version>3.1.8</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-buildpack-platform" % "3.1.8"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-buildpack-platform', version='3.1.8')
)
<dependency org="org.springframework.boot" name="spring-boot-buildpack-platform" rev="3.1.8" />
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.14.2
|-- com.fasterxml.jackson.module:jackson-module-parameter-names:2.14.2
|-- net.java.dev.jna:jna-platform:5.7.0
|-- org.apache.commons:commons-compress:1.21
|-- org.apache.httpcomponents.client5:httpclient5:5.2.3