| Группа | Группаcom.github.chrisgleissner |
|---|---|
| Идентификатор | Идентификаторspring-batch-rest-example |
| Версия | Версия1.5.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| spring-batch-rest-example-1.5.0.pom | 714 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.chrisgleissner/spring-batch-rest-example/ -->
<dependency>
<groupId>com.github.chrisgleissner</groupId>
<artifactId>spring-batch-rest-example</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisgleissner/spring-batch-rest-example/
implementation 'com.github.chrisgleissner:spring-batch-rest-example:1.5.0'
// https://jarcasting.com/artifacts/com.github.chrisgleissner/spring-batch-rest-example/
implementation ("com.github.chrisgleissner:spring-batch-rest-example:1.5.0")
'com.github.chrisgleissner:spring-batch-rest-example:pom:1.5.0'
<dependency org="com.github.chrisgleissner" name="spring-batch-rest-example" rev="1.5.0">
<artifact name="spring-batch-rest-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisgleissner', module='spring-batch-rest-example', version='1.5.0')
)
libraryDependencies += "com.github.chrisgleissner" % "spring-batch-rest-example" % "1.5.0"
[com.github.chrisgleissner/spring-batch-rest-example "1.5.0"]