Core Spring Boot support for launching executable JARs and WARs, including custom class loading and archive handling.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-loader</artifactId>
<version>3.5.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Launch a Spring Boot application from an executable JAR.
Do not import these classes in your application; use the spring-boot-maven-plugin to create executable JARs.
No dependency data recorded yet.