Consists of the following Maven modules:
Bagri is distributed under the Apache 2 License.
download Bagri distributive from the release section
Or, configure Maven dependencies in your project.
<!-- Bagri XQJ driver -->
<dependency>
<groupId>com.bagridb</groupId>
<artifactId>bagri-xqj</artifactId>
<version>${bagri.version}</version>
</dependency>
<!-- Bagri XDM API implementation -->
<dependency>
<groupId>com.bagridb</groupId>
<artifactId>bagri-client-hazelcast</artifactId>
<version>${bagri.version}</version>
</dependency>
<!-- Bagri REST module -->
<dependency>
<groupId>com.bagridb</groupId>
<artifactId>bagri-rest</artifactId>
<version>${bagri.version}</version>
</dependency>
<!-- Bagri Server module -->
<dependency>
<groupId>com.bagridb</groupId>
<artifactId>bagri-server-hazelcast</artifactId>
<version>${bagri.version}</version>
</dependency>
All project documentation and other details can be found on Bagri Web site.
To leave a feedback or question please visit our forum.