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