Download jdbc-stdext-2.0.jar file - Jar j

Jar examples for j:jdbc-stdext

Description

JDBC 2.0 Optional Package

You can download jar file jdbc-stdext 2.0 in this page.

Build File

You can use the following script to add jdbc-stdext-2.0.jar to your project.

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

Download

Click the following link to download the jar file.

jdbc-stdext-2.0.pom



Related Tutorials