| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration |
| Группа | Группаde.codecentric |
| Идентификатор | Идентификаторbatch-web-spring-boot-autoconfigure |
| Версия | Версия2.1.0.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеBatch Web Spring Boot Autoconfigure
Spring Boot Starter Batch for Web
|
| Организация-разработчик |
Организация-разработчик |
<!-- 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.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecentric/batch-web-spring-boot-autoconfigure/
implementation 'de.codecentric:batch-web-spring-boot-autoconfigure:2.1.0.RELEASE'
// https://jarcasting.com/artifacts/de.codecentric/batch-web-spring-boot-autoconfigure/
implementation ("de.codecentric:batch-web-spring-boot-autoconfigure:2.1.0.RELEASE")
'de.codecentric:batch-web-spring-boot-autoconfigure:jar:2.1.0.RELEASE'
<dependency org="de.codecentric" name="batch-web-spring-boot-autoconfigure" rev="2.1.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.1.0.RELEASE')
)
libraryDependencies += "de.codecentric" % "batch-web-spring-boot-autoconfigure" % "2.1.0.RELEASE"
[de.codecentric/batch-web-spring-boot-autoconfigure "2.1.0.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.2.6.RELEASE |
| org.springframework.boot : spring-boot-starter-batch | jar | 2.2.6.RELEASE |
| org.springframework.boot : spring-boot-starter-actuator | jar | 2.2.6.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 2.2.6.RELEASE |
| org.springframework.boot : spring-boot-starter-jdbc | jar | 2.2.6.RELEASE |
| org.springframework.boot : spring-boot-starter-aop | jar | 2.2.6.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 2.2.6.RELEASE |
| org.springframework : spring-messaging | jar | 5.2.5.RELEASE |
| org.apache.commons : commons-lang3 | jar | 3.9 |