Jar examples for r:row-bean-core
Row-Bean core provides all the necessary reading and writing beans in CSV files. It provides in particular ways to map beans with each line of the file using XML descriptor.
You can download jar file row-bean-core 1.0.0 in this page.
You can use the following script to add row-bean-core-1.0.0.jar to your project.
<dependency> <groupId>net.sf.csv-bean</groupId> <artifactId>row-bean-core</artifactId> <version>1.0.0</version> </dependency>
compile group: 'net.sf.csv-bean', name: 'row-bean-core', version: '1.0.0'
libraryDependencies += "net.sf.csv-bean" % "row-bean-core" % "1.0.0"
<dependency org="net.sf.csv-bean" name="row-bean-core" rev="1.0.0"/>
@Grapes(@Grab(group='net.sf.csv-bean', module='row-bean-core', version='1.0.0'))
'net.sf.csv-bean:row-bean-core:jar:1.0.0'
Click the following link to download the jar file.
row-bean-core-1.0.0-javadoc.jar