| Категории |
КатегорииSpring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration |
|---|---|
| Группа | Группаde.codecentric |
| Идентификатор | Идентификаторbatch-web-spring-boot-autoconfigure |
| Версия | Версия2.0.0.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/de.codecentric/batch-web-spring-boot-autoconfigure/ -->
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>batch-web-spring-boot-autoconfigure</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecentric/batch-web-spring-boot-autoconfigure/
implementation 'de.codecentric:batch-web-spring-boot-autoconfigure:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/de.codecentric/batch-web-spring-boot-autoconfigure/
implementation ("de.codecentric:batch-web-spring-boot-autoconfigure:2.0.0.RELEASE")
'de.codecentric:batch-web-spring-boot-autoconfigure:jar:2.0.0.RELEASE'
<dependency org="de.codecentric" name="batch-web-spring-boot-autoconfigure" rev="2.0.0.RELEASE">
<artifact name="batch-web-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='batch-web-spring-boot-autoconfigure', version='2.0.0.RELEASE')
)
libraryDependencies += "de.codecentric" % "batch-web-spring-boot-autoconfigure" % "2.0.0.RELEASE"
[de.codecentric/batch-web-spring-boot-autoconfigure "2.0.0.RELEASE"]