License |
License |
---|---|
GroupId | GroupIdcom.github.ckpoint |
ArtifactId | ArtifactIdtoexcel |
Last Version | Last Version1.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTOExcel
This is a library that makes Excel easier to use in Java.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
toexcel-1.0.8.pom | |
toexcel-1.0.8.jar | 50 KB |
toexcel-1.0.8-sources.jar | 23 KB |
toexcel-1.0.8-javadoc.jar | 202 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ckpoint/toexcel/ -->
<dependency>
<groupId>com.github.ckpoint</groupId>
<artifactId>toexcel</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ckpoint/toexcel/
implementation 'com.github.ckpoint:toexcel:1.0.8'
// https://jarcasting.com/artifacts/com.github.ckpoint/toexcel/
implementation ("com.github.ckpoint:toexcel:1.0.8")
'com.github.ckpoint:toexcel:jar:1.0.8'
<dependency org="com.github.ckpoint" name="toexcel" rev="1.0.8">
<artifact name="toexcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ckpoint', module='toexcel', version='1.0.8')
)
libraryDependencies += "com.github.ckpoint" % "toexcel" % "1.0.8"
[com.github.ckpoint/toexcel "1.0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 3.9 |
org.apache.poi : poi-ooxml | jar | 3.9 |
org.modelmapper : modelmapper | jar | 2.3.5 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |