License |
License |
---|---|
GroupId | GroupIdorg.springframework.batch.extensions |
ArtifactId | ArtifactIdspring-batch-excel |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Batch Excel
Spring Batch extension for Microsoft Excel
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-batch-excel-0.1.1.pom | |
spring-batch-excel-0.1.1.jar | 37 KB |
spring-batch-excel-0.1.1-sources.jar | 37 KB |
spring-batch-excel-0.1.1-javadoc.jar | 145 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.batch.extensions/spring-batch-excel/ -->
<dependency>
<groupId>org.springframework.batch.extensions</groupId>
<artifactId>spring-batch-excel</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.batch.extensions/spring-batch-excel/
implementation 'org.springframework.batch.extensions:spring-batch-excel:0.1.1'
// https://jarcasting.com/artifacts/org.springframework.batch.extensions/spring-batch-excel/
implementation ("org.springframework.batch.extensions:spring-batch-excel:0.1.1")
'org.springframework.batch.extensions:spring-batch-excel:jar:0.1.1'
<dependency org="org.springframework.batch.extensions" name="spring-batch-excel" rev="0.1.1">
<artifact name="spring-batch-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.batch.extensions', module='spring-batch-excel', version='0.1.1')
)
libraryDependencies += "org.springframework.batch.extensions" % "spring-batch-excel" % "0.1.1"
[org.springframework.batch.extensions/spring-batch-excel "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.batch : spring-batch-core | jar | 4.3.5 |
org.springframework.batch : spring-batch-infrastructure | jar | 4.3.5 |
org.apache.poi : poi Optional | jar | 4.1.2 |
org.apache.poi : poi-ooxml Optional | jar | 4.1.2 |
org.assertj : assertj-core | jar | 3.18.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.mockito : mockito-core | jar | 3.11.0 |
org.apache.logging.log4j : log4j-core | jar | 2.17.1 |