is not current version
Last Version 6.0.7

com.googlecode.objectify:objectify 4.0b3

The simplest convenient interface to the Google App Engine datastore

GroupId

GroupId

com.googlecode.objectify
ArtifactId

ArtifactId

objectify
Version

Version

4.0b3
Type

Type

jar

Download objectify 4.0b3


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