| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаde.codecentric |
| Идентификатор | Идентификаторbatch-web-spring-boot-starter |
| Версия | Версия2.1.0.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеBatch Web Spring Boot Starter
Spring Boot Starter Batch for Web
|
| Организация-разработчик |
Организация-разработчик |
<!-- 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.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecentric/batch-web-spring-boot-starter/
implementation 'de.codecentric:batch-web-spring-boot-starter:2.1.0.RELEASE'
// https://jarcasting.com/artifacts/de.codecentric/batch-web-spring-boot-starter/
implementation ("de.codecentric:batch-web-spring-boot-starter:2.1.0.RELEASE")
'de.codecentric:batch-web-spring-boot-starter:jar:2.1.0.RELEASE'
<dependency org="de.codecentric" name="batch-web-spring-boot-starter" rev="2.1.0.RELEASE">
<artifact name="batch-web-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='batch-web-spring-boot-starter', version='2.1.0.RELEASE')
)
libraryDependencies += "de.codecentric" % "batch-web-spring-boot-starter" % "2.1.0.RELEASE"
[de.codecentric/batch-web-spring-boot-starter "2.1.0.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.2.6.RELEASE |
| de.codecentric : batch-web-spring-boot-autoconfigure | jar | 2.1.0.RELEASE |