| License |
License |
|---|---|
| GroupId | GroupIdit.firegloves |
| ArtifactId | ArtifactIdmempoi |
| Last Version | Last Version1.8.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMemPOI
A library to simplify export from database to Excel files using Apache POI
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mempoi-1.8.0.pom | |
| mempoi-1.8.0.jar | 96 KB |
| mempoi-1.8.0-tests.jar | 5 MB |
| mempoi-1.8.0-sources.jar | 56 KB |
| mempoi-1.8.0-javadoc.jar | 260 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/it.firegloves/mempoi/ -->
<dependency>
<groupId>it.firegloves</groupId>
<artifactId>mempoi</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/it.firegloves/mempoi/
implementation 'it.firegloves:mempoi:1.8.0'
// https://jarcasting.com/artifacts/it.firegloves/mempoi/
implementation ("it.firegloves:mempoi:1.8.0")
'it.firegloves:mempoi:jar:1.8.0'
<dependency org="it.firegloves" name="mempoi" rev="1.8.0">
<artifact name="mempoi" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.firegloves', module='mempoi', version='1.8.0')
)
libraryDependencies += "it.firegloves" % "mempoi" % "1.8.0"
[it.firegloves/mempoi "1.8.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.poi : poi-ooxml | jar | 5.0.0 |
| org.apache.commons : commons-lang3 | jar | 3.10 |
| org.apache.commons : commons-math3 | jar | 3.6.1 |
| org.apache.commons : commons-collections4 | jar | 4.4 |
| org.slf4j : slf4j-api | jar | 1.7.30 |