spring-batch-api

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

License

License

GroupId

GroupId

com.github.wnameless.spring
ArtifactId

ArtifactId

spring-batch-api
Last Version

Last Version

0.4.0
Release Date

Release Date

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

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.github.wnameless.spring : spring-routing-resolver jar 0.1.0
net.sf.rubycollect4j : rubycollect4j jar 1.8.1
org.resthub : springmvc-router jar 1.2.0

provided (1)

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

test (6)

Group / Artifact Type Version
nl.jqno.equalsverifier : equalsverifier jar 1.7.5
com.google.code.bean-matchers : bean-matchers jar 0.9
org.springframework.boot : spring-boot-starter-security jar 1.3.0.RELEASE
org.springframework.boot : spring-boot-starter-test jar 1.3.0.RELEASE
org.apache.httpcomponents : httpclient jar 4.5.1
com.google.code.gson : gson jar 2.3.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.0
0.3.0