MVN

org.mapdb : elsa

Maven & Gradle

Feb 03, 2017
5 usages

Elsa Serialization · Java serialization alternative. Its faster, more efficient and compatible.

<dependency>
    <groupId>org.mapdb</groupId>
    <artifactId>elsa</artifactId>
    <version>3.0.0-M7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mapdb : elsa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-M7

All Versions

Choose a version of org.mapdb : elsa to add to Maven or Gradle - All Versions:

  • Version Updated
  • elsa-3.0.0-M7

    Feb 03, 2017
  • elsa-3.0.0-M6

    Aug 13, 2016
  • elsa-3.0.0-M5

    Jun 06, 2016
  • elsa-3.0.0-M4

    May 15, 2016
  • elsa-3.0.0-M3

    Apr 26, 2016
  • elsa-3.0.0-M2

    Apr 19, 2016
  • elsa-3.0.0-M1

    Mar 29, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mapdb</groupId>
    <artifactId>elsa</artifactId>
    <version>3.0.0-M7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mapdb : elsa gradle dependency to your build.gradle file:

implementation 'org.mapdb:elsa:3.0.0-M7'

Gradle Kotlin DSL: Add the following org.mapdb : elsa gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mapdb:elsa:3.0.0-M7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mapdb : elsa sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mapdb" % "elsa" % "3.0.0-M7"

Advertisement