MVN

com.github.zakgof : velvetdb-xodus

Maven & Gradle

Aug 05, 2023
16 stars

velvetdb-xodus · Java-centric NoSql database - Xodus backend

<dependency>
    <groupId>com.github.zakgof</groupId>
    <artifactId>velvetdb-xodus</artifactId>
    <version>0.10.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.zakgof : velvetdb-xodus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.2

All Versions

Choose a version of com.github.zakgof : velvetdb-xodus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
velvetdb-xodus-0.10.2
0.9.x
velvetdb-xodus-0.9.0
0.7.x
velvetdb-xodus-0.7.3
velvetdb-xodus-0.7.0
0.6.x
velvetdb-xodus-0.6.0
0.5.x
velvetdb-xodus-0.5.0
0.3.x
velvetdb-xodus-0.3.3.android
velvetdb-xodus-0.3.2

How to add a dependency to Maven

Add the following com.github.zakgof : velvetdb-xodus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.zakgof</groupId>
    <artifactId>velvetdb-xodus</artifactId>
    <version>0.10.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.zakgof : velvetdb-xodus gradle dependency to your build.gradle file:

implementation 'com.github.zakgof:velvetdb-xodus:0.10.2'

Gradle Kotlin DSL: Add the following com.github.zakgof : velvetdb-xodus gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.zakgof:velvetdb-xodus:0.10.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.zakgof : velvetdb-xodus sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.zakgof" % "velvetdb-xodus" % "0.10.2"

Advertisement