| License |
License |
|---|---|
| GroupId | GroupIdcom.github.lynchmaniac |
| ArtifactId | ArtifactIdpoilight |
| Version | Version0.1.2 |
| Type | Typejar |
| Description |
DescriptionPoilight
Poilight is a wrapper of POI to accelerate the generation of Excel's files. Poilight embeds the entire 60 preset styles in Excel.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| poilight-0.1.2.pom | |
| poilight-0.1.2.jar | 27 KB |
| poilight-0.1.2-sources.jar | 21 KB |
| poilight-0.1.2-javadoc.jar | 110 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lynchmaniac/poilight/ -->
<dependency>
<groupId>com.github.lynchmaniac</groupId>
<artifactId>poilight</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lynchmaniac/poilight/
implementation 'com.github.lynchmaniac:poilight:0.1.2'
// https://jarcasting.com/artifacts/com.github.lynchmaniac/poilight/
implementation ("com.github.lynchmaniac:poilight:0.1.2")
'com.github.lynchmaniac:poilight:jar:0.1.2'
<dependency org="com.github.lynchmaniac" name="poilight" rev="0.1.2">
<artifact name="poilight" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lynchmaniac', module='poilight', version='0.1.2')
)
libraryDependencies += "com.github.lynchmaniac" % "poilight" % "0.1.2"
[com.github.lynchmaniac/poilight "0.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.poi : poi | jar | 3.14 |
| org.apache.poi : poi-ooxml | jar | 3.14 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |