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