is not current version
Last Version 1.0.0

com.github.marschall:spring-batch-inmemory 0.2.1

In-Memory implementations of some Spring Batch interfaces

GroupId

GroupId

com.github.marschall
ArtifactId

ArtifactId

spring-batch-inmemory
Version

Version

0.2.1
Type

Type

jar

Download spring-batch-inmemory 0.2.1


<!-- https://jarcasting.com/artifacts/com.github.marschall/spring-batch-inmemory/ -->
<dependency>
    <groupId>com.github.marschall</groupId>
    <artifactId>spring-batch-inmemory</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/spring-batch-inmemory/
implementation 'com.github.marschall:spring-batch-inmemory:0.2.1'
// https://jarcasting.com/artifacts/com.github.marschall/spring-batch-inmemory/
implementation ("com.github.marschall:spring-batch-inmemory:0.2.1")
'com.github.marschall:spring-batch-inmemory:jar:0.2.1'
<dependency org="com.github.marschall" name="spring-batch-inmemory" rev="0.2.1">
  <artifact name="spring-batch-inmemory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='spring-batch-inmemory', version='0.2.1')
)
libraryDependencies += "com.github.marschall" % "spring-batch-inmemory" % "0.2.1"
[com.github.marschall/spring-batch-inmemory "0.2.1"]