не последняя версия
Последняя версия 1.1.4.RELEASE

org.springframework.batch:simple-cli-archetype 1.1.1.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.

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

org.springframework.batch
Идентификатор

Идентификатор

simple-cli-archetype
Версия

Версия

1.1.1.RELEASE
Тип

Тип

jar

Скачать simple-cli-archetype 1.1.1.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.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.batch/simple-cli-archetype/
implementation 'org.springframework.batch:simple-cli-archetype:1.1.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.batch/simple-cli-archetype/
implementation ("org.springframework.batch:simple-cli-archetype:1.1.1.RELEASE")
'org.springframework.batch:simple-cli-archetype:jar:1.1.1.RELEASE'
<dependency org="org.springframework.batch" name="simple-cli-archetype" rev="1.1.1.RELEASE">
  <artifact name="simple-cli-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.batch', module='simple-cli-archetype', version='1.1.1.RELEASE')
)
libraryDependencies += "org.springframework.batch" % "simple-cli-archetype" % "1.1.1.RELEASE"
[org.springframework.batch/simple-cli-archetype "1.1.1.RELEASE"]