Download nuodb-jdbc-2.2.0.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.2.0 in this page.

License

NuoDB Terms and Conditions

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials