License |
License |
---|---|
GroupId | GroupIdorg.springframework.batch |
ArtifactId | ArtifactIdspring-batch-parent |
Version | Version2.2.7.RELEASE |
Type | Typepom |
Description |
DescriptionSpring Batch Parent
Spring Batch parent project. Defines dependencies and common configuration for the build process.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-batch-parent-2.2.7.RELEASE.pom | 21 KB |
Browse |
<!-- 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"]