MVN

net.soundvibe : paldb

Maven & Gradle

May 13, 2020
4 stars

paldb · Embeddable persistent key-value store

<dependency>
    <groupId>net.soundvibe</groupId>
    <artifactId>paldb</artifactId>
    <version>2.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.soundvibe : paldb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.3

All Versions

Choose a version of net.soundvibe : paldb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
paldb-2.1.3
paldb-2.1.2
paldb-2.1.1
paldb-2.1.0
2.0.x
paldb-2.0.2
paldb-2.0.1
paldb-2.0.0

How to add a dependency to Maven

Add the following net.soundvibe : paldb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.soundvibe</groupId>
    <artifactId>paldb</artifactId>
    <version>2.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.soundvibe : paldb gradle dependency to your build.gradle file:

implementation 'net.soundvibe:paldb:2.1.3'

Gradle Kotlin DSL: Add the following net.soundvibe : paldb gradle kotlin dependency to your build.gradle.kts file:

implementation("net.soundvibe:paldb:2.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.soundvibe : paldb sbt scala dependency to your build.sbt file:

libraryDependencies += "net.soundvibe" % "paldb" % "2.1.3"

Advertisement