eXist-db Maven Dependencies

前提是你 提交于 2019-12-08 04:13:17

问题


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>

on this page https://github.com/eXist-db/mvn-repo but it does not seem so official and is already one year old.

Is there a better repository for eXist artifacts?

(I do not want to manually include packages because it is worse than using old links)


回答1:


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.



来源:https://stackoverflow.com/questions/24827273/exist-db-maven-dependencies

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!