MVN

com.github.zakgof : velvetdb-core

Maven & Gradle

Jun 29, 2020
5 usages
13 stars

velvetdb · General purpose graph database.

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

Latest Version

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

  • Latest Stable: 0.9.0

All Versions

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

  • Version Updated
  • velvetdb-core-0.9.0

    Jun 28, 2020
  • velvetdb-core-0.7.3

    Sep 09, 2019
  • velvetdb-core-0.7.0

    Sep 18, 2018
  • velvetdb-core-0.6.0

    Aug 23, 2018
  • velvetdb-core-0.5.0

    Apr 23, 2018
  • velvetdb-core-0.3.3.android

    Oct 12, 2017
  • velvetdb-core-0.3.2

    Sep 28, 2017

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.zakgof</groupId>
    <artifactId>velvetdb-core</artifactId>
    <version>0.9.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.zakgof:velvetdb-core:0.9.0'

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

implementation("com.github.zakgof:velvetdb-core:0.9.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.zakgof" % "velvetdb-core" % "0.9.0"

Advertisement