is not current version
Last Version 1.4.0.RELEASE

de.codecentric:spring-boot-starter-batch-web 1.2.1.RELEASE

Boot starter for batch web applications

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

de.codecentric
ArtifactId

ArtifactId

spring-boot-starter-batch-web
Version

Version

1.2.1.RELEASE
Type

Type

jar

Download spring-boot-starter-batch-web 1.2.1.RELEASE


<!-- https://jarcasting.com/artifacts/de.codecentric/spring-boot-starter-batch-web/ -->
<dependency>
    <groupId>de.codecentric</groupId>
    <artifactId>spring-boot-starter-batch-web</artifactId>
    <version>1.2.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecentric/spring-boot-starter-batch-web/
implementation 'de.codecentric:spring-boot-starter-batch-web:1.2.1.RELEASE'
// https://jarcasting.com/artifacts/de.codecentric/spring-boot-starter-batch-web/
implementation ("de.codecentric:spring-boot-starter-batch-web:1.2.1.RELEASE")
'de.codecentric:spring-boot-starter-batch-web:jar:1.2.1.RELEASE'
<dependency org="de.codecentric" name="spring-boot-starter-batch-web" rev="1.2.1.RELEASE">
  <artifact name="spring-boot-starter-batch-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-starter-batch-web', version='1.2.1.RELEASE')
)
libraryDependencies += "de.codecentric" % "spring-boot-starter-batch-web" % "1.2.1.RELEASE"
[de.codecentric/spring-boot-starter-batch-web "1.2.1.RELEASE"]