Last Version

Spring Batch Parent 2.2.7.RELEASE

Spring Batch parent project. Defines dependencies and common configuration for the build process.

License

License

GroupId

GroupId

org.springframework.batch
ArtifactId

ArtifactId

spring-batch-parent
Version

Version

2.2.7.RELEASE
Type

Type

pom
Description

Description

Spring Batch Parent
Spring Batch parent project. Defines dependencies and common configuration for the build process.
Source Code Management

Source Code Management

https://github.com/spring-projects/spring-batch

Download spring-batch-parent 2.2.7.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-parent/ -->
<dependency>
    <groupId>org.springframework.batch</groupId>
    <artifactId>spring-batch-parent</artifactId>
    <version>2.2.7.RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-parent/
implementation 'org.springframework.batch:spring-batch-parent:2.2.7.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.batch/spring-batch-parent/
implementation ("org.springframework.batch:spring-batch-parent:2.2.7.RELEASE")
'org.springframework.batch:spring-batch-parent:pom:2.2.7.RELEASE'
<dependency org="org.springframework.batch" name="spring-batch-parent" rev="2.2.7.RELEASE">
  <artifact name="spring-batch-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.batch', module='spring-batch-parent', version='2.2.7.RELEASE')
)
libraryDependencies += "org.springframework.batch" % "spring-batch-parent" % "2.2.7.RELEASE"
[org.springframework.batch/spring-batch-parent "2.2.7.RELEASE"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.