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