Maven
As BaseX is offered in a Maven repository, you can easily embed and integrate it into your own projects.
To use the BaseX Maven Artifacts, add the following lines to your
pom.xml file:
<repositories>
<repository>
<id>basex</id>
<name>BaseX Maven Repository</name>
<url>http://files.basex.org/maven</url>
</repository>
</repositories>
BaseX Artifact
<dependency> <groupId>org.basex</groupId> <artifactId>basex</artifactId> <version>6.7</version> </dependency>