Skip to content

Releases: karthicks/gremlin-ogm

Gremlin OGM 3.3.1-RC1

27 Dec 19:15
778fe51
Compare
Choose a tag to compare

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

18 Aug 16:13
Compare
Choose a tag to compare

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

18 Aug 16:14
Compare
Choose a tag to compare

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>