Download csvjdbc-1.0.28.jar file - Jar c

Jar examples for c:csvjdbc

Description

a Java JDBC driver for reading comma-separated-value files

You can download jar file csvjdbc 1.0.28 in this page.

License

LGPL2.1

Build File

You can use the following script to add csvjdbc-1.0.28.jar to your project.

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

Download

Click the following link to download the jar file.

csvjdbc-1.0.28-javadoc.jar
csvjdbc-1.0.28-sources.jar
csvjdbc-1.0.28.jar
csvjdbc-1.0.28.pom



Related Tutorials