o

objectify

The simplest convenient interface to the Google App Engine datastore
http://code.google.com/p/objectify-appengine/
MIT License
Jeff Schnitzer
Files download
File Operation
objectify-4.0rc2.jar download
objectify-4.0rc2.pom download
objectify-4.0rc2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.googlecode.objectify</groupId>
  <artifactId>objectify</artifactId>
  <version>4.0rc2</version>
</dependency>
Gradle Groovy
implementation 'com.googlecode.objectify:objectify:4.0rc2'
Gradle Kotlin
implementation("com.googlecode.objectify:objectify:4.0rc2")
Scala SBT
libraryDependencies += "com.googlecode.objectify" % "objectify" % "4.0rc2"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.objectify', module='objectify', version='4.0rc2')
)
Apache Ivy
<dependency org="com.googlecode.objectify" name="objectify" rev="4.0rc2" />
Leiningen
[com.googlecode.objectify/objectify "4.0rc2"]
Apache Buildr
'com.googlecode.objectify:objectify:jar:4.0rc2'