BeanIO

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

License

License

GroupId

GroupId

org.beanio
ArtifactId

ArtifactId

beanio
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://beanio.org/

Download beanio

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework.batch : spring-batch-core Optional jar 2.1.9.RELEASE

provided (1)

Group / Artifact Type Version
org.ow2.asm : asm jar 4.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.codehaus.groovy : groovy-all jar 1.8.9
commons-logging : commons-logging Optional jar 1.1.2

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.0
2.1.0.M2
2.1.0.M1
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0