o

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.
https://github.com/bitonator/oriental
MIT License
Mahadevan K
Files download
File Operation
oriental-0.0.1.jar download
oriental-0.0.1.pom download
oriental-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.bitonator</groupId>
  <artifactId>oriental</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.bitonator:oriental:0.0.1'
Gradle Kotlin
implementation("io.github.bitonator:oriental:0.0.1")
Scala SBT
libraryDependencies += "io.github.bitonator" % "oriental" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.bitonator', module='oriental', version='0.0.1')
)
Apache Ivy
<dependency org="io.github.bitonator" name="oriental" rev="0.0.1" />
Leiningen
[io.github.bitonator/oriental "0.0.1"]
Apache Buildr
'io.github.bitonator:oriental:jar:0.0.1'