Java FlockDB Client

A lightweight, idiomatic Java wrapper around the Thrift API of FlockDB, providing fluent interface based access. You may call it kind of a FlockDB Java driver.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

info.gehrels
ArtifactId

ArtifactId

FlockDB-Client
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Java FlockDB Client
A lightweight, idiomatic Java wrapper around the Thrift API of FlockDB, providing fluent interface based access. You may call it kind of a FlockDB Java driver.
Source Code Management

Source Code Management

https://github.com/BGehrels/FlockDB-Client

Download FlockDB-Client

How to add to project

<!-- https://jarcasting.com/artifacts/info.gehrels/FlockDB-Client/ -->
<dependency>
    <groupId>info.gehrels</groupId>
    <artifactId>FlockDB-Client</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/info.gehrels/FlockDB-Client/
implementation 'info.gehrels:FlockDB-Client:0.2'
// https://jarcasting.com/artifacts/info.gehrels/FlockDB-Client/
implementation ("info.gehrels:FlockDB-Client:0.2")
'info.gehrels:FlockDB-Client:jar:0.2'
<dependency org="info.gehrels" name="FlockDB-Client" rev="0.2">
  <artifact name="FlockDB-Client" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.gehrels', module='FlockDB-Client', version='0.2')
)
libraryDependencies += "info.gehrels" % "FlockDB-Client" % "0.2"
[info.gehrels/FlockDB-Client "0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.thrift : libthrift jar 0.8.0
com.google.guava : guava jar [13.0-rc2,)

test (4)

Group / Artifact Type Version
junit : junit-dep jar 4.10
org.mockito : mockito-core jar 1.9.0
org.hamcrest : hamcrest-library jar 1.3
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.2
0.1