Releases: karthicks/gremlin-ogm
Releases · karthicks/gremlin-ogm
Gremlin OGM 3.3.1-RC1
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>
Gremlin OGM 3.3.0-RC1
This is the first release of the gremlin-ogm
project, which includes the gremlin-objects
library, and which works with TinkerPop
3.3.0-SNAPSHOT.
To use the library's 3.3.0-RC1 version, include this maven dependency:
<dependency>
<groupId>com.github.karthicks</groupId>
<artifactId>gremlin-objects</artifactId>
<version>3.3.0-RC1</version>
</dependency>
Gremlin OGM 3.2.5-RC1
This is the first release of the gremlin-ogm
project, which includes the gremlin-objects
library, and which works with TinkerPop
3.2.5.
To use the library's 3.2.5-RC1 version, add this maven dependency:
<dependency>
<groupId>com.github.karthicks</groupId>
<artifactId>gremlin-objects</artifactId>
<version>3.2.5-RC1</version>
</dependency>