MVN

io.amient.affinity : mapdb

Maven & Gradle

Apr 18, 2018
26 stars

Affinity Library · Library for building fast, scalable, fault-tolerant Data APIs based on Akka, ZooKeeper and Kafka.

<dependency>
    <groupId>io.amient.affinity</groupId>
    <artifactId>mapdb</artifactId>
    <version>0.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.amient.affinity : mapdb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.4

All Versions

Choose a version of io.amient.affinity : mapdb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
mapdb-0.6.4
mapdb-0.6.3
mapdb-0.6.2
mapdb-0.6.1
mapdb-0.6.0
0.5.x
mapdb-0.5.4
mapdb-0.5.3
mapdb-0.5.2
mapdb-0.5.1
mapdb-0.5.0
0.4.x
mapdb-0.4.0
0.3.x
mapdb-0.3.1
mapdb-0.3.0
0.2.x
mapdb-0.2.2
mapdb-0.2.1
mapdb-0.2.0

How to add a dependency to Maven

Add the following io.amient.affinity : mapdb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.amient.affinity</groupId>
    <artifactId>mapdb</artifactId>
    <version>0.6.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.amient.affinity : mapdb gradle dependency to your build.gradle file:

implementation 'io.amient.affinity:mapdb:0.6.4'

Gradle Kotlin DSL: Add the following io.amient.affinity : mapdb gradle kotlin dependency to your build.gradle.kts file:

implementation("io.amient.affinity:mapdb:0.6.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.amient.affinity : mapdb sbt scala dependency to your build.sbt file:

libraryDependencies += "io.amient.affinity" % "mapdb" % "0.6.4"

Advertisement