is not current version
Last Version 0.2

info.gehrels:FlockDB-Client 0.1

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.

Categories

Categories

CLI User Interface
GroupId

GroupId

info.gehrels
ArtifactId

ArtifactId

FlockDB-Client
Version

Version

0.1
Type

Type

jar

Download FlockDB-Client 0.1


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