SkillAgentSearch skills...

Beanio

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

Install / Use

/learn @beanio/Beanio
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

 <img src="https://raw.githubusercontent.com/beanio/beanio.github.io/main/static/img/logo.svg" height="25"/> 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

If you're coming from BeanIO 2.x, please note the new groupId com.github.beanio. Package names remain the same as before (org.beanio.*).

Maven

<details> <summary>To use snapshot versions, configure the following repository:</summary>
<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>
</details>

Add the following dependency to your pom.xml:

<dependency>
    <groupId>com.github.beanio</groupId>
    <artifactId>beanio</artifactId>
    <version>3.2.1</version>
</dependency>

Gradle

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

Add the following dependency to your build.gradle:

implementation 'com.github.beanio:beanio:3.2.1'

What's new in v3?

See changelog.txt

Project status

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

  • the legacy SVN codebase for 2.x that was hosted at https://code.google.com/p/beanio/
  • "the future BeanIO 3.x" that was started at https://github.com/kevinseim/beanio
  • several fixes from other forks (see commit messages for more info)

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.

View on GitHub
GitHub Stars63
CategoryDevelopment
Updated13d ago
Forks32

Languages

Java

Security Score

100/100

Audited on Mar 15, 2026

No findings