o

objectify

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