License |
License |
---|---|
GroupId | GroupIdcom.github.willtong |
ArtifactId | ArtifactIdexcel4j |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptioncom.github.willtong:excel4j
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
excel4j-1.0.1.pom | |
excel4j-1.0.1.jar | 14 KB |
excel4j-1.0.1-sources.jar | 8 KB |
excel4j-1.0.1-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.willtong/excel4j/ -->
<dependency>
<groupId>com.github.willtong</groupId>
<artifactId>excel4j</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.willtong/excel4j/
implementation 'com.github.willtong:excel4j:1.0.1'
// https://jarcasting.com/artifacts/com.github.willtong/excel4j/
implementation ("com.github.willtong:excel4j:1.0.1")
'com.github.willtong:excel4j:jar:1.0.1'
<dependency org="com.github.willtong" name="excel4j" rev="1.0.1">
<artifact name="excel4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.willtong', module='excel4j', version='1.0.1')
)
libraryDependencies += "com.github.willtong" % "excel4j" % "1.0.1"
[com.github.willtong/excel4j "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 3.16 |
org.apache.poi : poi-ooxml | jar | 3.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |