Skip to content

Installing Oracle JDBC Driver in Maven Local Repository

Notifications You must be signed in to change notification settings

biererd/ojdbcMaven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

ojdbcMaven

JDBC Download

https://www.oracle.com/ch-de/database/technologies/appdev/jdbc-downloads.html

Installing Oracle JDBC Driver in Maven Local Repository:

mvn install:install-file -Dfile=ojdbc11.jar -DgroupId=com.oracle -DartifactId=ojdbc11 -Dversion=21.11.0.0 -Dpackaging=jar

Referencing:

<dependency>
    <groupId>com.oracle</groupId>
    <artifactId>ojdbc11</artifactId>
    <version>21.11.0.0</version>
</dependency>

About

Installing Oracle JDBC Driver in Maven Local Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published