Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/maven/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
存在db Maven依赖项_Maven_Exist Db - Fatal编程技术网

存在db Maven依赖项

存在db Maven依赖项,maven,exist-db,Maven,Exist Db,我正在为eXist寻找一个工件库(Maven),这样我就可以对eXist数据库进行查询。 我找到了,但它们不起作用。 我发现的唯一有效工件是: <dependency> <groupId>org.exist-db</groupId> <artifactId>existdb-core</artifactId> <version>2.1</version> <

我正在为eXist寻找一个工件库(Maven),这样我就可以对eXist数据库进行查询。 我找到了,但它们不起作用。 我发现的唯一有效工件是:

    <dependency>
      <groupId>org.exist-db</groupId>
      <artifactId>existdb-core</artifactId>
      <version>2.1</version>
    </dependency>

    <repository>
          <id>exist</id>
          <url>https://raw.github.com/eXist-db/mvn-repo/master/</url>
    </repository>

org.exist-db
但它似乎并不那么正式,已经有一年的历史了

是否有更好的现有工件存储库


(我不想手动包含包,因为这比使用旧链接更糟糕)

这是现有工件的当前官方位置。目前eXist不是使用Maven构建的,未来我们计划使用Maven(或类似的)并创建一组更严格的工件。

事实上,最近一次提交到该存储库的时间是2014年6月11日,因此它们肯定已经不存在一年了!