| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка Данные |
| Группа | Группаcom.brsanthu |
| Идентификатор | Идентификаторdata-exporter |
| Версия | Версия1.0.4 |
| Тип | Типjar |
| Описание |
ОписаниеData Exporter
data-exporter is a Java library to export the tabular data (like List of rows) into many output formats. As of latest release, this library supports following formats.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| data-exporter-1.0.4.pom | |
| data-exporter-1.0.4.jar | 78 KB |
| data-exporter-1.0.4-sources.jar | 71 KB |
| data-exporter-1.0.4-javadoc.jar | 404 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.brsanthu/data-exporter/ -->
<dependency>
<groupId>com.brsanthu</groupId>
<artifactId>data-exporter</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.brsanthu/data-exporter/
implementation 'com.brsanthu:data-exporter:1.0.4'
// https://jarcasting.com/artifacts/com.brsanthu/data-exporter/
implementation ("com.brsanthu:data-exporter:1.0.4")
'com.brsanthu:data-exporter:jar:1.0.4'
<dependency org="com.brsanthu" name="data-exporter" rev="1.0.4">
<artifact name="data-exporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brsanthu', module='data-exporter', version='1.0.4')
)
libraryDependencies += "com.brsanthu" % "data-exporter" % "1.0.4"
[com.brsanthu/data-exporter "1.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-beanutils : commons-beanutils | jar | 1.8.3 |
| org.apache.commons : commons-lang3 | jar | 3.1 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.googlecode.openpojo : openpojo | jar | 0.3.4 |
| junit : junit | jar | 4.8.2 |
| commons-io : commons-io | jar | 2.0.1 |