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