MVN

info.gehrels : FlockDB-Client

Maven & Gradle

Jan 15, 2013
2 stars

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.

<dependency>
    <groupId>info.gehrels</groupId>
    <artifactId>FlockDB-Client</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.gehrels : FlockDB-Client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of info.gehrels : FlockDB-Client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2
FlockDB-Client-0.2
0.1
FlockDB-Client-0.1

How to add a dependency to Maven

Add the following info.gehrels : FlockDB-Client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.gehrels</groupId>
    <artifactId>FlockDB-Client</artifactId>
    <version>0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.gehrels : FlockDB-Client gradle dependency to your build.gradle file:

implementation 'info.gehrels:FlockDB-Client:0.2'

Gradle Kotlin DSL: Add the following info.gehrels : FlockDB-Client gradle kotlin dependency to your build.gradle.kts file:

implementation("info.gehrels:FlockDB-Client:0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.gehrels : FlockDB-Client sbt scala dependency to your build.sbt file:

libraryDependencies += "info.gehrels" % "FlockDB-Client" % "0.2"