bagri-client

BagRi XDM Client Components

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.bagridb
ArtifactId

ArtifactId

bagri-client
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

bagri-client
BagRi XDM Client Components
Project URL

Project URL

http://www.bagridb.com/bagri-client
Project Organization

Project Organization

Project Bagri

Download bagri-client

Filename Size
bagri-client-1.2.0.pom 1020 bytes
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.bagridb/bagri-client/ -->
<dependency>
    <groupId>com.bagridb</groupId>
    <artifactId>bagri-client</artifactId>
    <version>1.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bagridb/bagri-client/
implementation 'com.bagridb:bagri-client:1.2.0'
// https://jarcasting.com/artifacts/com.bagridb/bagri-client/
implementation ("com.bagridb:bagri-client:1.2.0")
'com.bagridb:bagri-client:pom:1.2.0'
<dependency org="com.bagridb" name="bagri-client" rev="1.2.0">
  <artifact name="bagri-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bagridb', module='bagri-client', version='1.2.0')
)
libraryDependencies += "com.bagridb" % "bagri-client" % "1.2.0"
[com.bagridb/bagri-client "1.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • bagri-client-hazelcast

bagri project

XML/Document DB on top of distributed cache.

Consists of the following Maven modules:

  • bagri-core - Bagri API, common classes and utilities
  • bagri-client - Bagri client side implementations
  • bagri-server - Bagri server side implementations
  • bagri-rest - Bagri REST server
  • bagri-xqj - JSR225 implementation, JSR225 TCK runner
  • bagri-xquery - (X)Query engine implementations
  • bagri-samples - sample apps, Bagri extensions
  • bagri-test - Test Utilities, e.g. TPoX test suite runner
  • bagri-tools - JMX Tools, Bagri VisualVM Plugin
  • bagri-distr - distributive package
  • etc - additional libs, sample data, etc...

License

Bagri is distributed under the Apache 2 License.

To start using it

download Bagri distributive from the release section

Or, configure Maven dependencies in your project.

bagridb maven central Client side dependencies:

<!-- 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>

bagridb maven central Server side dependencies:

<!-- 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.

Versions

Version
1.2.0
1.1.1