| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.springframework.batch |
| Идентификатор | Идентификаторsimple-cli-archetype |
| Версия | Версия1.1.1.RELEASE |
| Тип | Типjar |
<!-- 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"]