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