GroupId | GroupIdorg.smallmind |
---|---|
ArtifactId | ArtifactIdbatch-spring |
Version | Version3.5.1 |
Type | Typejar |
Filename | Size |
---|---|
batch-spring-3.5.1.pom | |
batch-spring-3.5.1.jar | 27 KB |
batch-spring-3.5.1-sources.jar | 8 KB |
batch-spring-3.5.1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smallmind/batch-spring/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>batch-spring</artifactId>
<version>3.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/batch-spring/
implementation 'org.smallmind:batch-spring:3.5.1'
// https://jarcasting.com/artifacts/org.smallmind/batch-spring/
implementation ("org.smallmind:batch-spring:3.5.1")
'org.smallmind:batch-spring:jar:3.5.1'
<dependency org="org.smallmind" name="batch-spring" rev="3.5.1">
<artifact name="batch-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='batch-spring', version='3.5.1')
)
libraryDependencies += "org.smallmind" % "batch-spring" % "3.5.1"
[org.smallmind/batch-spring "3.5.1"]