License |
License |
---|---|
GroupId | GroupIdbr.com.objectos |
ArtifactId | ArtifactIdxls-core |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionobjectos :: xls :: core
A simple Java API to read and write .xls and .xlsx files.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
xls-core-0.1.0.pom | |
xls-core-0.1.0.jar | 36 KB |
xls-core-0.1.0-sources.jar | 30 KB |
xls-core-0.1.0-javadoc.jar | 161 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/xls-core/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>xls-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/xls-core/
implementation 'br.com.objectos:xls-core:0.1.0'
// https://jarcasting.com/artifacts/br.com.objectos/xls-core/
implementation ("br.com.objectos:xls-core:0.1.0")
'br.com.objectos:xls-core:jar:0.1.0'
<dependency org="br.com.objectos" name="xls-core" rev="0.1.0">
<artifact name="xls-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='xls-core', version='0.1.0')
)
libraryDependencies += "br.com.objectos" % "xls-core" % "0.1.0"
[br.com.objectos/xls-core "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
br.com.objectos : core | jar | 0.4.0 |
org.apache.poi : poi | jar | 3.12 |
org.apache.poi : poi-ooxml | jar | 3.12 |
Group / Artifact | Type | Version |
---|---|---|
br.com.objectos : testing | jar | 0.1.1 |