License |
License |
---|---|
GroupId | GroupIdorg.springframework.batch |
ArtifactId | ArtifactIdspring-batch-test |
Version | Version4.3.6 |
Type | Typejar |
Description |
DescriptionSpring Batch Test
Spring Batch Test
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-batch-test-4.3.6.pom | |
spring-batch-test-4.3.6.jar | 39 KB |
spring-batch-test-4.3.6-sources.jar | 29 KB |
spring-batch-test-4.3.6-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-test/ -->
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-test</artifactId>
<version>4.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-test/
implementation 'org.springframework.batch:spring-batch-test:4.3.6'
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-test/
implementation ("org.springframework.batch:spring-batch-test:4.3.6")
'org.springframework.batch:spring-batch-test:jar:4.3.6'
<dependency org="org.springframework.batch" name="spring-batch-test" rev="4.3.6">
<artifact name="spring-batch-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-test', version='4.3.6')
)
libraryDependencies += "org.springframework.batch" % "spring-batch-test" % "4.3.6"
[org.springframework.batch/spring-batch-test "4.3.6"]
Group / Artifact | Type | Version |
---|---|---|
javax.batch : javax.batch-api Optional | jar | 1.0 |
junit : junit | jar | 4.13.2 |
org.aspectj : aspectjrt Optional | jar | 1.9.9.1 |
org.junit.jupiter : junit-jupiter-api Optional | jar | 5.8.2 |
org.springframework.batch : spring-batch-core | jar | 4.3.6 |
org.springframework : spring-jdbc | jar | 5.3.20 |
org.springframework : spring-test | jar | 5.3.20 |