Changes

Jump to navigation Jump to search
71 bytes added ,  16:20, 27 February 2020
no edit summary
You can easily embed BaseX into your own Maven projects by adding the following XML snippets to your {{Code|pom.xml}} file:
<pre classsyntaxhighlight lang="brush:xml">&lt;repositories&gt;
&lt;repository&gt;
&lt;id&gt;basex&lt;/id&gt;
&lt;url&gt;http://files.basex.org/maven&lt;/url&gt;
&lt;/repository&gt;
&lt;/repositories&gt;</presyntaxhighlight>
===BaseX Main Package===
 <pre classsyntaxhighlight lang="brush: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;</presyntaxhighlight>
===APIs and Services===
 
<p>...including APIs and the [[REST]], [[RESTXQ]] and [[WebDAV]] services:</p>
<pre classsyntaxhighlight lang="brush: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;</presyntaxhighlight>
===XQJ API===
 
<p>The XQJ API is hosted at http://xqj.net:</p>
<pre classsyntaxhighlight lang="brush:xml">
<repository>
<id>xqj</id>
<version>1.0</version>
</dependency>
</presyntaxhighlight>
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu