MVN

com.growse : lmdb-kt

Maven & Gradle

Apr 28, 2023
0 stars

LMDB-kt · A pure-kotlin/JVM LMDB library

<dependency>
    <groupId>com.growse</groupId>
    <artifactId>lmdb-kt</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.growse : lmdb-kt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of com.growse : lmdb-kt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1
lmdb-kt-0.1

How to add a dependency to Maven

Add the following com.growse : lmdb-kt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.growse</groupId>
    <artifactId>lmdb-kt</artifactId>
    <version>0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.growse : lmdb-kt gradle dependency to your build.gradle file:

implementation 'com.growse:lmdb-kt:0.1'

Gradle Kotlin DSL: Add the following com.growse : lmdb-kt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.growse:lmdb-kt:0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.growse : lmdb-kt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.growse" % "lmdb-kt" % "0.1"