我正在为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工件存储库?
(我不想手动包含包,因为它比使用旧链接更糟糕)
发布于 2014-07-18 15:59:30
这是当前eXist工件的官方位置。目前,eXist并不是使用Maven构建的,今后我们计划使用Maven (或类似的)并创建一组更严格的工件。
https://stackoverflow.com/questions/24827273
复制相似问题