License |
License |
---|---|
GroupId | GroupIdhr.com.vgv |
ArtifactId | ArtifactIdexcel-io |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionexcel-io
Java excel library for reading and writing
spreadsheets in object-oriented style
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
excel-io-1.0.pom | |
excel-io-1.0.jar | 55 KB |
excel-io-1.0-sources.jar | 75 KB |
excel-io-1.0-javadoc.jar | 325 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hr.com.vgv/excel-io/ -->
<dependency>
<groupId>hr.com.vgv</groupId>
<artifactId>excel-io</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/hr.com.vgv/excel-io/
implementation 'hr.com.vgv:excel-io:1.0'
// https://jarcasting.com/artifacts/hr.com.vgv/excel-io/
implementation ("hr.com.vgv:excel-io:1.0")
'hr.com.vgv:excel-io:jar:1.0'
<dependency org="hr.com.vgv" name="excel-io" rev="1.0">
<artifact name="excel-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='hr.com.vgv', module='excel-io', version='1.0')
)
libraryDependencies += "hr.com.vgv" % "excel-io" % "1.0"
[hr.com.vgv/excel-io "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 3.17 |
org.apache.poi : poi-ooxml | jar | 3.17 |
com.jcabi : jcabi-immutable | jar | 1.4 |
org.cactoos : cactoos | jar | 0.29 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-core | jar | 1.3 |