问题描述
我正在寻找eXist的工件存储库(Maven),以便可以对eXist数据库进行查询.我发现 http://mvnrepository.com/artifact/exist/exist 和 http://mvnrepository.com/artifact/exist/exist-xmldb ,但它们不起作用.我发现的唯一可行的工件是:
I am looking for an artifact repository (Maven) for eXist, so that I can make queries against an eXist database.I found http://mvnrepository.com/artifact/exist/exist and http://mvnrepository.com/artifact/exist/exist-xmldb but they do not work.The only working artifacts I found are:
<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>
在此页面上 https://github.com/eXist-db/mvn-repo,但似乎不太正式,已经一岁了.
on this page https://github.com/eXist-db/mvn-repo but it does not seem so official and is already one year old.
是否有更好的eXist工件存储库?
Is there a better repository for eXist artifacts?
(我不想手动包含软件包,因为它比使用旧链接更糟糕)
(I do not want to manually include packages because it is worse than using old links)
推荐答案
这是eXist工件的当前官方位置.目前eXist不是使用Maven构建的,将来我们计划使用Maven(或类似版本)并创建一组更为严格的工件.
This is the current official place for eXist artifacts. At present eXist is not built using Maven, in the future we plan to use Maven (or similar) and create a more rigorous set of artifacts.
这篇关于eXist-db Maven依赖关系的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!