License |
License |
---|---|
GroupId | GroupIdcom.github.wnameless |
ArtifactId | ArtifactIdspring-batch-api |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-batch-api
Add bulk operations support to any Spring RESTful API by a single annotation @EnableBulkApi.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
spring-batch-api-0.2.0.pom | |
spring-batch-api-0.2.0.jar | 15 KB |
spring-batch-api-0.2.0-sources.jar | 11 KB |
spring-batch-api-0.2.0-javadoc.jar | 63 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 1.2.5.RELEASE |
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 |