This is a conversion to Git of the xapi
module from the XML:DB CVS repository
via anonymous@a.cvs.sourceforge.net:/cvsroot/xmldb-org
.
The archived project and code can be found at https://sourceforge.net/projects/xmldb-org/
The API interfaces are what driver developers must implement when creating a new driver and are the interfaces that applications are developed against. Along with the interfaces a concrete DriverManager implementation is also provides.
The XML:DB API can be built as a JAR file. This is also used by eXist-db's implementation of the XML:DB API.
Java 11 or later is required to build the JAR file.
$ git clone https://github.com/xmldb-org/xmldb-api.git
$ cd xmldb-api
$ gradlew build
The JAR file will be located in the build/libs
folder.
The latest versions of the API are available at https://search.maven.org/search?q=g:net.sf.xmldb-org
Snapshot builds are available from the Maven snapshot repository https://oss.sonatype.org/content/repositories/snapshots
Contributions are always welcome. Use Google code style format for your changes.
This project is licensed under the XML:DB Software license