is not current version
Last Version 6.0.7

com.googlecode.objectify:objectify 5.1.22

The simplest convenient interface to the Google App Engine datastore

GroupId

GroupId

com.googlecode.objectify
ArtifactId

ArtifactId

objectify
Version

Version

5.1.22
Type

Type

jar

Download objectify 5.1.22


<!-- https://jarcasting.com/artifacts/com.googlecode.objectify/objectify/ -->
<dependency>
    <groupId>com.googlecode.objectify</groupId>
    <artifactId>objectify</artifactId>
    <version>5.1.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.objectify/objectify/
implementation 'com.googlecode.objectify:objectify:5.1.22'
// https://jarcasting.com/artifacts/com.googlecode.objectify/objectify/
implementation ("com.googlecode.objectify:objectify:5.1.22")
'com.googlecode.objectify:objectify:jar:5.1.22'
<dependency org="com.googlecode.objectify" name="objectify" rev="5.1.22">
  <artifact name="objectify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.objectify', module='objectify', version='5.1.22')
)
libraryDependencies += "com.googlecode.objectify" % "objectify" % "5.1.22"
[com.googlecode.objectify/objectify "5.1.22"]