Super CSV Dozer Extension

An extension for Super CSV that uses Dozer for reading/writing between CSV and POJOs

Лицензия

Лицензия

Категории

Категории

Сеть CSV Данные Data Formats Super CSV
Группа

Группа

net.sf.supercsv
Идентификатор

Идентификатор

super-csv-dozer
Последняя версия

Последняя версия

2.4.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Super CSV Dozer Extension
An extension for Super CSV that uses Dozer for reading/writing between CSV and POJOs
Организация-разработчик

Организация-разработчик

Super CSV

Скачать super-csv-dozer

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.sf.supercsv/super-csv-dozer/ -->
<dependency>
    <groupId>net.sf.supercsv</groupId>
    <artifactId>super-csv-dozer</artifactId>
    <version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.supercsv/super-csv-dozer/
implementation 'net.sf.supercsv:super-csv-dozer:2.4.0'
// https://jarcasting.com/artifacts/net.sf.supercsv/super-csv-dozer/
implementation ("net.sf.supercsv:super-csv-dozer:2.4.0")
'net.sf.supercsv:super-csv-dozer:jar:2.4.0'
<dependency org="net.sf.supercsv" name="super-csv-dozer" rev="2.4.0">
  <artifact name="super-csv-dozer" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.supercsv', module='super-csv-dozer', version='2.4.0')
)
libraryDependencies += "net.sf.supercsv" % "super-csv-dozer" % "2.4.0"
[net.sf.supercsv/super-csv-dozer "2.4.0"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
net.sf.supercsv : super-csv jar 2.4.0
net.sf.dozer : dozer jar 5.4.0
org.slf4j : slf4j-api jar 1.7.5

test (2)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic jar 1.0.11
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

super-csv

Coverage Status Build Status Join the chat at https://gitter.im/super-csv/super-csv

Dear super-csv community, we are looking for people to help maintain super-csv. See https://github.com/super-csv/super-csv/issues/47

Super CSV is a fast, programmer-friendly, open-source library for reading and writing CSV files with Java. It is used by a number of large projects and is being downloaded 19000+ times/month from the Maven repository.

It is highly configurable, and supports reading and writing with POJOs, Maps and Lists. It also has support for deep-mapping and index-based mapping with POJOs, using the powerful Dozer extension.

Its flexible 'Cell Processor' API automates data type conversions (parsing and formatting Dates, Integers, Booleans etc) and enforces constraints (mandatory columns, matching against regular expressions etc) - and it's easy to write your own if required.

Super CSV is actively maintained, and the developers are ready and willing to help out if you get stuck :)

Please check out the documentation for examples and help getting started.

Also do have a look at my personal blog on programming and code quality at http://firstclassthoughts.co.uk/

net.sf.supercsv

super csv

Версии библиотеки

Версия
2.4.0
2.3.1
2.3.0
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
2.0.0-beta-1