GroupId | GroupIdcom.github.chrisgleissner |
---|---|
ArtifactId | ArtifactIdspring-batch-rest |
Version | Version1.2.2 |
Type | Typepom |
Filename | Size |
---|---|
spring-batch-rest-1.2.2.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.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chrisgleissner/spring-batch-rest/
implementation 'com.github.chrisgleissner:spring-batch-rest:1.2.2'
// https://jarcasting.com/artifacts/com.github.chrisgleissner/spring-batch-rest/
implementation ("com.github.chrisgleissner:spring-batch-rest:1.2.2")
'com.github.chrisgleissner:spring-batch-rest:pom:1.2.2'
<dependency org="com.github.chrisgleissner" name="spring-batch-rest" rev="1.2.2">
<artifact name="spring-batch-rest" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.chrisgleissner', module='spring-batch-rest', version='1.2.2')
)
libraryDependencies += "com.github.chrisgleissner" % "spring-batch-rest" % "1.2.2"
[com.github.chrisgleissner/spring-batch-rest "1.2.2"]