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