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