Maven manages Oracle JDBC driver __oracle

Source: Internet
Author: User

Download the appropriate version via Oracle's official website: http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html

MVN install:install-file-dgroupid=com.oracle-dartifactid=ojdbc14-dversion=10.2.0.1.0-dpackaging=jar-dfile= Ojdbc14.jar  
mvn install:install-file-dgroupid=com.oracle-dartifactid=ojdbc6-dversion=11.2.0.1.0-dpackaging= Jar-dfile=ojdbc6.jar 
mvn install:install-file-dgroupid=com.oracle-dartifactid=ojdbc7-dversion=12.1.0.1.0- Dpackaging=jar-dfile=ojdbc7.jar     
<dependencies>
    <!--oracle JDBC driver-->  
    <dependency >    
        <groupId>com.oracle</groupId>    
        <artifactId>ojdbc14</artifactId>    
        < version>10.2.0.1.0</version>
    </dependency>
  </dependencies>
MVN install:install-file-dfile=d:/spymemcached-2.10.3.jar-dgroupid=net.spy-dartifactid=spymemcached-dversion= 2.10.3-dpackaging=jar
mvn Install:install-file-dfile=d:/spymemcached-2.10.3-sources.jar-dgroupid=net.spy- Dartifactid=spymemcached-dversion=2.10.3-dpackaging=jar-dclassifier=sources
mvn install:install-file-dfile= D:/spymemcached-2.10.3-javadoc.jar-dgroupid=net.spy-dartifactid=spymemcached-dversion=2.10.3-dpackaging=jar- Dclassifier=javadoc

Reference: http://www.coridc.com/archives/2745.html

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.