| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdde.codecentric | 
    
| ArtifactId | ArtifactIdbatch-web-spring-boot-starter | 
    
| Version | Version2.0.1.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/de.codecentric/batch-web-spring-boot-starter/ -->
<dependency>
    <groupId>de.codecentric</groupId>
    <artifactId>batch-web-spring-boot-starter</artifactId>
    <version>2.0.1.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/de.codecentric/batch-web-spring-boot-starter/
implementation 'de.codecentric:batch-web-spring-boot-starter:2.0.1.RELEASE'
                // https://jarcasting.com/artifacts/de.codecentric/batch-web-spring-boot-starter/
implementation ("de.codecentric:batch-web-spring-boot-starter:2.0.1.RELEASE")
                'de.codecentric:batch-web-spring-boot-starter:jar:2.0.1.RELEASE'
                <dependency org="de.codecentric" name="batch-web-spring-boot-starter" rev="2.0.1.RELEASE">
  <artifact name="batch-web-spring-boot-starter" type="jar" />
</dependency>
                @Grapes(
@Grab(group='de.codecentric', module='batch-web-spring-boot-starter', version='2.0.1.RELEASE')
)
                libraryDependencies += "de.codecentric" % "batch-web-spring-boot-starter" % "2.0.1.RELEASE"
                [de.codecentric/batch-web-spring-boot-starter "2.0.1.RELEASE"]