MVN

com.github.mdre : odbogm

Maven & Gradle

Sep 09, 2019
2 stars

Object to OrientDB Graph Mapper · ODBOGM let you store/retrieve objects in a OrientDB graph structure in a clear and simple way.

<dependency>
    <groupId>com.github.mdre</groupId>
    <artifactId>odbogm</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mdre : odbogm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of com.github.mdre : odbogm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
odbogm-1.2.1
odbogm-1.2.0
1.1.x
odbogm-1.1.0
1.0.x
odbogm-1.0.6
odbogm-1.0.5.4
odbogm-1.0.5
odbogm-1.0.4
odbogm-1.0.3.18
odbogm-1.0.3.2
odbogm-1.0.3.1
odbogm-1.0.3
odbogm-1.0.2
odbogm-1.0.1
odbogm-1.0.0
0.9.x
odbogm-0.9.22
odbogm-0.9.21
odbogm-0.9.20
odbogm-0.9.19
odbogm-0.9.18
odbogm-0.9.17
odbogm-0.9.16
odbogm-0.9.15
odbogm-0.9.14
odbogm-0.9.13
odbogm-0.9.12
odbogm-0.9.11
odbogm-0.9.10
odbogm-0.9.9
odbogm-0.9.8
odbogm-0.9.7
odbogm-0.9.6
odbogm-0.9.5
odbogm-0.9.4.2
odbogm-0.9.4
odbogm-0.9.3
odbogm-0.9.2
odbogm-0.9.1
odbogm-0.9.0
0.8.x
odbogm-0.8.1
0.8
odbogm-0.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.mdre</groupId>
    <artifactId>odbogm</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mdre : odbogm gradle dependency to your build.gradle file:

implementation 'com.github.mdre:odbogm:1.2.1'

Gradle Kotlin DSL: Add the following com.github.mdre : odbogm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mdre:odbogm:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mdre : odbogm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mdre" % "odbogm" % "1.2.1"

Advertisement