b

beanio

A Java un/marshalling library for CSV, XML, delimited and fixed length stream formats.
https://beanio.github.io/
The Apache License, Version 2.0
Kevin Seim
Files download
File Operation
beanio-3.0.2.jar download
beanio-3.0.2.pom download
beanio-3.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.beanio</groupId>
  <artifactId>beanio</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.beanio:beanio:3.0.2'
Gradle Kotlin
implementation("com.github.beanio:beanio:3.0.2")
Scala SBT
libraryDependencies += "com.github.beanio" % "beanio" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.beanio', module='beanio', version='3.0.2')
)
Apache Ivy
<dependency org="com.github.beanio" name="beanio" rev="3.0.2" />
Leiningen
[com.github.beanio/beanio "3.0.2"]
Apache Buildr
'com.github.beanio:beanio:jar:3.0.2'
Dependencies
The project has no third-party dependencies