is not current version
Last Version 1.1.4.RELEASE

org.springframework.batch:simple-cli-archetype 1.1.3.RELEASE-A

This project is a minimal command line batch sample from Spring Batch. Once installed you can use "mvn exec:java" to see the job run.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.springframework.batch
ArtifactId

ArtifactId

simple-cli-archetype
Version

Version

1.1.3.RELEASE-A
Type

Type

jar

Download simple-cli-archetype 1.1.3.RELEASE-A


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