【问题标题】:Can anyone provide Maven repository for XMLType xdb.jar and xmlparserv2.jar任何人都可以为 XMLType xdb.jar 和 xmlparserv2.jar 提供 Maven 存储库吗
【发布时间】:2015-08-17 09:16:08
【问题描述】:

我想通过 JDBC 将 Oracle XMLType 插入数据库。我在一些网站上看到我们需要 xdb.jar 和 xmlparserv2.jar。

谁能提供这些的 Maven 存储库和依赖项?

【问题讨论】:

  • 请尽快回复..很紧急 ...在谷歌中查找。
  • @Raptor 我试过了,我可以找到罐子,但找不到它们的存储库和依赖项

标签: java oracle jdbc xmltype


【解决方案1】:

【讨论】:

    【解决方案2】:

    我发现 oracle 拥有这些 jar 的版权,你不会在任何公共存储库中找到它们 我们必须从 oracle 网站下载它们,然后手动将 jars 添加到您的本地存储库中

    【讨论】:

      【解决方案3】:

      我认为您不会在公共 Maven 存储库中找到这些库。 您必须从 Oracle XDK 下载它们:http://www.oracle.com/technetwork/database/index-100632.html 然后按照 Maven 手册 (https://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html) 中的说明在本地仓库中安装

      【讨论】:

        【解决方案4】:

        使用Oracle Maven repository,您可以添加到您的 pom.xml:

            <dependency>
                <groupId>com.oracle.jdbc</groupId>
                <artifactId>xmlparserv2</artifactId>
                <version>12.1.0.2</version>
            </dependency>
        

        【讨论】:

        【解决方案5】:

        Oracle 拥有自己的 Maven 存储库,但是您需要在 Oracle 技术网网站上注册用户才能使用它。更多详情可在这找到: http://docs.oracle.com/middleware/1213/core/MAVEN/config_maven_repo.htm#MAVEN9010

        有关配置 Sonatype Nexus 存储库以使用 Oracle maven 存储库的说明,您可以关注此链接上的信息: http://www.sonatype.org/nexus/2015/02/19/using-the-oracle-maven-repository-with-nexus/

        【讨论】:

          猜你喜欢
          • 2016-12-18
          • 1970-01-01
          • 2015-10-12
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          • 2019-07-24
          相关资源
          最近更新 更多