File | Operation |
---|---|
spring-batch-bom-5.1.1.pom | download |
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-bom</artifactId>
<version>5.1.1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-bom', version='5.1.1')
)