poibrary
alternative of easypoi
License |
License |
---|---|
GroupId | GroupIdcom.github.bpazy |
ArtifactId | ArtifactIdpoibrary |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
poibrary-0.0.2.pom | |
poibrary-0.0.2.jar | 6 KB |
poibrary-0.0.2-sources.jar | 3 KB |
poibrary-0.0.2-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bpazy/poibrary/ -->
<dependency>
<groupId>com.github.bpazy</groupId>
<artifactId>poibrary</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bpazy/poibrary/
implementation 'com.github.bpazy:poibrary:0.0.2'
// https://jarcasting.com/artifacts/com.github.bpazy/poibrary/
implementation ("com.github.bpazy:poibrary:0.0.2")
'com.github.bpazy:poibrary:jar:0.0.2'
<dependency org="com.github.bpazy" name="poibrary" rev="0.0.2">
<artifact name="poibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bpazy', module='poibrary', version='0.0.2')
)
libraryDependencies += "com.github.bpazy" % "poibrary" % "0.0.2"
[com.github.bpazy/poibrary "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.bpazy : reflections | jar | 1.0.0 |
org.apache.poi : poi | jar | 4.0.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.apache.poi : poi-ooxml | jar | 4.0.0 |
com.google.guava : guava | jar | 27.0-jre |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
alternative of easypoi