MVN

com.halibobor : leveldb

Maven & Gradle

Jan 11, 2023
4 stars

leveldb · Port of LevelDB to Java

<dependency>
    <groupId>com.halibobor</groupId>
    <artifactId>leveldb</artifactId>
    <version>1.18.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.halibobor : leveldb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.18.3

All Versions

Choose a version of com.halibobor : leveldb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.23.x
leveldb-1.23.2
leveldb-1.23.1
1.18.x
leveldb-1.18.3
leveldb-1.18.2

How to add a dependency to Maven

Add the following com.halibobor : leveldb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.halibobor</groupId>
    <artifactId>leveldb</artifactId>
    <version>1.18.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.halibobor : leveldb gradle dependency to your build.gradle file:

implementation 'com.halibobor:leveldb:1.18.3'

Gradle Kotlin DSL: Add the following com.halibobor : leveldb gradle kotlin dependency to your build.gradle.kts file:

implementation("com.halibobor:leveldb:1.18.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.halibobor : leveldb sbt scala dependency to your build.sbt file:

libraryDependencies += "com.halibobor" % "leveldb" % "1.18.3"

Advertisement