<dependency>
<groupId>de.codecentric</groupId>
<artifactId>batch-web-spring-boot-autoconfigure</artifactId>
<version>2.3.0</version>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='batch-web-spring-boot-autoconfigure', version='2.3.0')
)
<dependency org="de.codecentric" name="batch-web-spring-boot-autoconfigure" rev="2.3.0" />
<parent> <groupId>de.codecentric</groupId> <artifactId>batch-web-spring-boot-build</artifactId> <version>2.3.0</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter:2.7.2
|-- org.springframework.boot:spring-boot-starter-batch:2.7.2
|-- org.springframework.boot:spring-boot-starter-actuator:2.7.2
|-- org.springframework.boot:spring-boot-starter-web:2.7.2
|-- org.springframework.boot:spring-boot-starter-jdbc:2.7.2
|-- org.springframework.boot:spring-boot-starter-aop:2.7.2
|-- org.springframework.boot:spring-boot-configuration-processor:2.7.2