| Лицензия |
Лицензия |
|---|---|
| Группа | Группаbr.com.objectos |
| Идентификатор | Идентификаторxls-parent |
| Последняя версия | Последняя версия0.3.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеobjectos :: xls :: parent
A simple Java API to read and write .xls and .xlsx files.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| xls-parent-0.3.1.pom | 4 KB |
| Обзор |
<!-- 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"]