| License |
License |
|---|---|
| GroupId | GroupIdbr.com.objectos |
| ArtifactId | ArtifactIdxls-parent |
| Last Version | Last Version0.3.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionobjectos :: xls :: parent
A simple Java API to read and write .xls and .xlsx files.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| xls-parent-0.3.1.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/xls-parent/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>xls-parent</artifactId>
<version>0.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/xls-parent/
implementation 'br.com.objectos:xls-parent:0.3.1'
// https://jarcasting.com/artifacts/br.com.objectos/xls-parent/
implementation ("br.com.objectos:xls-parent:0.3.1")
'br.com.objectos:xls-parent:pom:0.3.1'
<dependency org="br.com.objectos" name="xls-parent" rev="0.3.1">
<artifact name="xls-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='xls-parent', version='0.3.1')
)
libraryDependencies += "br.com.objectos" % "xls-parent" % "0.3.1"
[br.com.objectos/xls-parent "0.3.1"]