我正在寻找eXist的工件库(Maven),以便我可以对eXist数据库进行查询。 我找到了http://mvnrepository.com/artifact/exist/exist和http://mvnrepository.com/artifact/exist/exist-xmldb,但它们无效。 我找到的唯一工作文物是:
<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,但它似乎不是正式的,已经有一年了。
是否有更好的eXist工件存储库?
(我不想手动包含包,因为它比使用旧链接更糟糕)
答案 0 :(得分:1)
这是eXist工件的当前官方地方。目前eXist不是使用Maven构建的,未来我们计划使用Maven(或类似版本)并创建更严格的工件集。