spring-bulk-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-bulk-api
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

spring-bulk-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

Download spring-bulk-api

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.wnameless.spring : spring-routing-resolver jar 0.5.0
net.sf.rubycollect4j : rubycollect4j jar 2.0.1

provided (1)

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

test (7)

Group / Artifact Type Version
commons-io : commons-io jar 2.6
nl.jqno.equalsverifier : equalsverifier jar 2.4.5
com.google.code.bean-matchers : bean-matchers jar 0.11
org.springframework.boot : spring-boot-starter-security jar 2.1.2.RELEASE
org.springframework.boot : spring-boot-starter-test jar 2.1.2.RELEASE
org.apache.httpcomponents : httpclient jar 4.5.6
com.google.code.gson : gson jar 2.8.5

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.0
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0