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>