Download nuodb-jdbc-2.0.4.jar file - Jar n

Jar examples for n:nuodb-jdbc

Description

NuoDB JDBC driver classes for use with JDK 1.6, and newer

You can download jar file nuodb-jdbc 2.0.4 in this page.

License

NuoDB Terms and Conditions

Build File

You can use the following script to add nuodb-jdbc-2.0.4.jar to your project.

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

Download

Click the following link to download the jar file.

nuodb-jdbc-2.0.4-javadoc.jar
nuodb-jdbc-2.0.4-sources.jar
nuodb-jdbc-2.0.4.jar
nuodb-jdbc-2.0.4.pom



Related Tutorials