GroupId | GroupIdorg.tuxdevelop |
---|---|
ArtifactId | ArtifactIdspring-batch-lightmin-core-batch |
Version | Version2.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tuxdevelop/spring-batch-lightmin-core-batch/ -->
<dependency>
<groupId>org.tuxdevelop</groupId>
<artifactId>spring-batch-lightmin-core-batch</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.tuxdevelop/spring-batch-lightmin-core-batch/
implementation 'org.tuxdevelop:spring-batch-lightmin-core-batch:2.1.2'
// https://jarcasting.com/artifacts/org.tuxdevelop/spring-batch-lightmin-core-batch/
implementation ("org.tuxdevelop:spring-batch-lightmin-core-batch:2.1.2")
'org.tuxdevelop:spring-batch-lightmin-core-batch:jar:2.1.2'
<dependency org="org.tuxdevelop" name="spring-batch-lightmin-core-batch" rev="2.1.2">
<artifact name="spring-batch-lightmin-core-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tuxdevelop', module='spring-batch-lightmin-core-batch', version='2.1.2')
)
libraryDependencies += "org.tuxdevelop" % "spring-batch-lightmin-core-batch" % "2.1.2"
[org.tuxdevelop/spring-batch-lightmin-core-batch "2.1.2"]