GroupId | GroupIdcom.github.chrisgleissner |
---|---|
ArtifactId | ArtifactIdspring-batch-rest |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
spring-batch-rest-1.1.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chrisgleissner/spring-batch-rest/ -->
<dependency>
<groupId>com.github.chrisgleissner</groupId>
<artifactId>spring-batch-rest</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisgleissner/spring-batch-rest/
implementation 'com.github.chrisgleissner:spring-batch-rest:1.1.1'
// https://jarcasting.com/artifacts/com.github.chrisgleissner/spring-batch-rest/
implementation ("com.github.chrisgleissner:spring-batch-rest:1.1.1")
'com.github.chrisgleissner:spring-batch-rest:pom:1.1.1'
<dependency org="com.github.chrisgleissner" name="spring-batch-rest" rev="1.1.1">
<artifact name="spring-batch-rest" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisgleissner', module='spring-batch-rest', version='1.1.1')
)
libraryDependencies += "com.github.chrisgleissner" % "spring-batch-rest" % "1.1.1"
[com.github.chrisgleissner/spring-batch-rest "1.1.1"]