beanio

A Java un/marshalling library for CSV, XML, delimited and fixed length stream formats.

Лицензия

Лицензия

Группа

Группа

com.github.beanio
Идентификатор

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

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

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

3.0.0.M1
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

beanio
A Java un/marshalling library for CSV, XML, delimited and fixed length stream formats.
Ссылка на сайт

Ссылка на сайт

https://beanio.github.io/
Система контроля версий

Система контроля версий

https://github.com/beanio/beanio/

Скачать beanio

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

  BeanIO Java CI Maintainability Rating Security Rating Coverage

A Java library for marshalling and unmarshalling bean objects from XML, CSV, delimited and fixed length stream formats.

Installation

Please note the new groupId com.github.beanio.

Maven

To use snapshot versions, configure the following repository:
<repositories>
    <repository>
        <id>ossrh</id>
        <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
        <releases>
            <enabled>false</enabled>
        </releases>
    </repository>
</repositories>

Add the following dependency to your pom.xml:

<dependency>
    <groupId>com.github.beanio</groupId>
    <artifactId>beanio</artifactId>
    <version>3.0.0.M1</version>
</dependency>

Gradle

To use snapshot versions, configure the following repository:
repositories {
    maven {
        url 'https://s01.oss.sonatype.org/content/repositories/snapshots'
    }
}

Add the following dependency to your build.gradle:

implementation 'com.github.beanio:beanio:3.0.0.M1'

What's new in v3?

See changelog.txt

Project status

This is a fork of the original BeanIO library. It combines :

The website for version 3.x is available at https://beanio.github.io.

The website for version 2.x is available at http://www.beanio.org.

com.github.beanio

BeanIO

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

Версия
3.0.0.M1