Last Version

spring-batch-api 0.2.0

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

License

License

GroupId

GroupId

com.github.wnameless
ArtifactId

ArtifactId

spring-batch-api
Version

Version

0.2.0
Type

Type

jar
Description

Description

spring-batch-api
Add bulk operations support to any Spring RESTful API by a single annotation @EnableBulkApi.
Project URL

Project URL

https://github.com/wnameless/spring-bulk-api
Project Organization

Project Organization

Pivotal Software, Inc.

Download spring-batch-api 0.2.0


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

Dependencies

provided (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 1.2.5.RELEASE

test (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-security jar 1.2.5.RELEASE
org.springframework.boot : spring-boot-starter-test jar 1.2.5.RELEASE
org.apache.httpcomponents : httpclient jar 4.3.6
com.google.code.gson : gson jar 2.3.1

Project Modules

There are no modules declared in this project.