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