is not current version
Last Version 6.0.7

com.googlecode.objectify:objectify 5.1.21

The simplest convenient interface to the Google App Engine datastore

GroupId

GroupId

com.googlecode.objectify
ArtifactId

ArtifactId

objectify
Version

Version

5.1.21
Type

Type

jar

Download objectify 5.1.21


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