is not current version
Last Version 6.0.7

com.googlecode.objectify:objectify 5.0.2

The simplest convenient interface to the Google App Engine datastore

GroupId

GroupId

com.googlecode.objectify
ArtifactId

ArtifactId

objectify
Version

Version

5.0.2
Type

Type

jar

Download objectify 5.0.2


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