MVN

io.github.bitonator : oriental

Maven & Gradle

Feb 16, 2017
4 stars

oriental · Oriental is a Java framework for using OrientDB. I built Oriental because we needed a convenient way to use OrientDB to create a backend REST API for a social network app, and so Oriental tends to provide functionality that better suits building REST APIs with it. I used Oriental with Java Spring, so if you're a Spring developer, Oriental's design will fit more naturally with your code.

<dependency>
    <groupId>io.github.bitonator</groupId>
    <artifactId>oriental</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.bitonator : oriental to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of io.github.bitonator : oriental to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
oriental-0.0.1

How to add a dependency to Maven

Add the following io.github.bitonator : oriental maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.bitonator</groupId>
    <artifactId>oriental</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.bitonator : oriental gradle dependency to your build.gradle file:

implementation 'io.github.bitonator:oriental:0.0.1'

Gradle Kotlin DSL: Add the following io.github.bitonator : oriental gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.bitonator:oriental:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.bitonator : oriental sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.bitonator" % "oriental" % "0.0.1"

Advertisement