| GroupId | GroupIdcom.github.sourcegroove |
|---|---|
| ArtifactId | ArtifactIdspring-batch-file-layout |
| Version | Version1.0.6 |
| 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.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sourcegroove/spring-batch-file-layout/
implementation 'com.github.sourcegroove:spring-batch-file-layout:1.0.6'
// https://jarcasting.com/artifacts/com.github.sourcegroove/spring-batch-file-layout/
implementation ("com.github.sourcegroove:spring-batch-file-layout:1.0.6")
'com.github.sourcegroove:spring-batch-file-layout:jar:1.0.6'
<dependency org="com.github.sourcegroove" name="spring-batch-file-layout" rev="1.0.6">
<artifact name="spring-batch-file-layout" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sourcegroove', module='spring-batch-file-layout', version='1.0.6')
)
libraryDependencies += "com.github.sourcegroove" % "spring-batch-file-layout" % "1.0.6"
[com.github.sourcegroove/spring-batch-file-layout "1.0.6"]