Last Version

Spring Batch Simple Commandline Archetype 1.1.4.RELEASE

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.4.RELEASE
Type

Type

jar
Description

Description

Spring Batch Simple Commandline Archetype
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.

Download simple-cli-archetype 1.1.4.RELEASE


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

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.batch : spring-batch-samples jar 1.1.4.RELEASE
commons-dbcp : commons-dbcp jar 1.2.1
commons-io : commons-io jar 1.2
hsqldb : hsqldb jar 1.8.0.7
aspectj : aspectjweaver jar 1.5.3

test (2)

Group / Artifact Type Version
junit : junit jar 3.8.1
org.springframework : spring-test jar 2.5.5

Project Modules

There are no modules declared in this project.