Changes

Jump to navigation Jump to search
252 bytes removed ,  18:38, 1 December 2023
m
Text replacement - "syntaxhighlight" to "pre"
You can easily embed BaseX into your own Maven projects by adding the following XML snippets to your {{Code|pom.xml}} file:
<syntaxhighlight pre 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;></syntaxhighlightpre>
===BaseX Main Package===
<syntaxhighlight pre 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;></syntaxhighlightpre>
===APIs and Services===
<p>...including APIs and the [[REST]], [[RESTXQ]] and [[WebDAV]] services:</p>
<syntaxhighlight pre 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;></syntaxhighlightpre>
===XQJ API===
<p>The XQJ API is hosted at http://xqj.net:</p>
<syntaxhighlight pre lang="xml">
<repository>
<id>xqj</id>
<version>1.0</version>
</dependency>
</syntaxhighlightpre>
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu