Changes

Jump to navigation Jump to search
156 bytes removed ,  10:52, 29 July 2020
You can easily embed BaseX into your own Maven projects by adding the following XML snippets to your {{Code|pom.xml}} file:
<syntaxhighlight lang="xml">&lt;<repositories&gt;> &lt;<repository&gt;> &lt;<id&gt;>basex&lt;</id&gt;> &lt;<name&gt;>BaseX Maven Repository&lt;</name&gt;> &lt;<url&gt;>http://files.basex.org/maven&lt;</url&gt;> &lt;</repository&gt;>&lt;</repositories&gt;></syntaxhighlight>
===BaseX Main Package===
<syntaxhighlight lang="xml">&lt;<dependency&gt;> &lt;<groupId&gt;>org.basex&lt;</groupId&gt;> &lt;<artifactId&gt;>basex&lt;</artifactId&gt;> &lt;<version&gt;>7.6&lt;</version&gt;>&lt;</dependency&gt;></syntaxhighlight>
===APIs and Services===
<p>...including APIs and the [[REST]], [[RESTXQ]] and [[WebDAV]] services:</p>
<syntaxhighlight lang="xml">&lt;<dependency&gt;> &lt;<groupId&gt;>org.basex&lt;</groupId&gt;> &lt;<artifactId&gt;>basex-api&lt;</artifactId&gt;> &lt;<version&gt;>7.6&lt;</version&gt;>&lt;</dependency&gt;></syntaxhighlight>
===XQJ API===
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu