| Группа | Группаcom.github.chrisgleissner |
|---|---|
| Идентификатор | Идентификаторspring-batch-rest-example |
| Версия | Версия1.3.0 |
| Тип | Типjar |
<!-- 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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisgleissner/spring-batch-rest-example/
implementation 'com.github.chrisgleissner:spring-batch-rest-example:1.3.0'
// https://jarcasting.com/artifacts/com.github.chrisgleissner/spring-batch-rest-example/
implementation ("com.github.chrisgleissner:spring-batch-rest-example:1.3.0")
'com.github.chrisgleissner:spring-batch-rest-example:jar:1.3.0'
<dependency org="com.github.chrisgleissner" name="spring-batch-rest-example" rev="1.3.0">
<artifact name="spring-batch-rest-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisgleissner', module='spring-batch-rest-example', version='1.3.0')
)
libraryDependencies += "com.github.chrisgleissner" % "spring-batch-rest-example" % "1.3.0"
[com.github.chrisgleissner/spring-batch-rest-example "1.3.0"]