Skip to content

Gremlin OGM 3.3.1-RC1

Latest
Compare
Choose a tag to compare
@karthicks karthicks released this 27 Dec 19:15
· 1 commit to master since this release
778fe51

This is the second release of the gremlin-ogm project, which includes the gremlin-objects library, and which works with the TinkerPop 3.3.1 release.

To use the library's 3.3.1-RC1 version, include this maven dependency:

<dependency>
  <groupId>com.github.karthicks</groupId>
  <artifactId>gremlin-objects</artifactId>
  <version>3.3.1-RC1</version>
</dependency>