| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdinfo.gehrels |
| ArtifactId | ArtifactIdFlockDB-Client |
| Last Version | Last Version0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava 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 |
| Filename | Size |
|---|---|
| FlockDB-Client-0.2.pom | |
| FlockDB-Client-0.2.jar | 444 KB |
| FlockDB-Client-0.2-sources.jar | 83 KB |
| FlockDB-Client-0.2-javadoc.jar | 628 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.thrift : libthrift | jar | 0.8.0 |
| com.google.guava : guava | jar | [13.0-rc2,) |
| 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 |