| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.springframework.batch |
| Идентификатор | Идентификаторspring-batch-test |
| Версия | Версия4.3.3 |
| Тип | Типjar |
| Описание |
ОписаниеSpring Batch Test
Spring Batch Test
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spring-batch-test-4.3.3.pom | |
| spring-batch-test-4.3.3.jar | 39 KB |
| spring-batch-test-4.3.3-sources.jar | 29 KB |
| spring-batch-test-4.3.3-javadoc.jar | 78 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-test/ -->
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-test</artifactId>
<version>4.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-test/
implementation 'org.springframework.batch:spring-batch-test:4.3.3'
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-test/
implementation ("org.springframework.batch:spring-batch-test:4.3.3")
'org.springframework.batch:spring-batch-test:jar:4.3.3'
<dependency org="org.springframework.batch" name="spring-batch-test" rev="4.3.3">
<artifact name="spring-batch-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-test', version='4.3.3')
)
libraryDependencies += "org.springframework.batch" % "spring-batch-test" % "4.3.3"
[org.springframework.batch/spring-batch-test "4.3.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.batch : javax.batch-api Необязательный | jar | 1.0 |
| junit : junit | jar | 4.13.2 |
| org.aspectj : aspectjrt Необязательный | jar | 1.9.6 |
| org.junit.jupiter : junit-jupiter-api Необязательный | jar | 5.7.2 |
| org.springframework.batch : spring-batch-core | jar | 4.3.3 |
| org.springframework : spring-jdbc | jar | 5.3.7 |
| org.springframework : spring-test | jar | 5.3.7 |