is not current version
Last Version 0.2.0

com.github.wnameless:spring-batch-api 0.1.0

Add bulk operations support to any Spring RESTful API by a single annotation @EnableBulkApi.

GroupId

GroupId

com.github.wnameless
ArtifactId

ArtifactId

spring-batch-api
Version

Version

0.1.0
Type

Type

jar

Download spring-batch-api 0.1.0


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