Download beanio-2.0.6.jar file - Jar b

Jar examples for b:beanio

Description

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

You can download jar file beanio 2.0.6 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add beanio-2.0.6.jar to your project.

<dependency>
   <groupId>org.beanio</groupId>
   <artifactId>beanio</artifactId>
   <version>2.0.6</version>
</dependency>
compile group: 'org.beanio', name: 'beanio', version: '2.0.6'
libraryDependencies += "org.beanio" % "beanio" % "2.0.6"
<dependency org="org.beanio" name="beanio" rev="2.0.6"/>
@Grapes(@Grab(group='org.beanio', module='beanio', version='2.0.6'))
'org.beanio:beanio:jar:2.0.6'

Download

Click the following link to download the jar file.

beanio-2.0.6-javadoc.jar
beanio-2.0.6-sources.jar
beanio-2.0.6.jar
beanio-2.0.6.pom



Related Tutorials