Download ojdbc14-10.2.0.2.0.jar file - Jar o

Jar examples for o:ojdbc14

Description

Oracle JDBC driver classes for use with JDK1.4

You can download jar file ojdbc14 10.2.0.2.0 in this page.

License

Oracle Technology Network Development and Distribution License Terms

Build File

You can use the following script to add ojdbc14-10.2.0.2.0.jar to your project.

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

Download

Click the following link to download the jar file.

ojdbc14-10.2.0.2.0.pom



Related Tutorials