| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.springframework.batch |
| Идентификатор | Идентификаторsimple-cli-archetype |
| Последняя версия | Последняя версия1.1.4.RELEASE |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |
| org.springframework : spring-test | jar | 2.5.5 |
| Версия |
|---|
|
1.1.4.RELEASE
|
|
1.1.3.RELEASE-A
|
|
1.1.3.RELEASE
|
|
1.1.2.RELEASE
|
|
1.1.1.RELEASE
|
|
1.1.0.RELEASE
|