o

objectify-gwt

Use Google App Engine datastore and Objectify classes with GWT
http://code.google.com/p/objectify-gwt/
MIT License
Jeff Schnitzer
文件下载
文件名 操作
objectify-gwt-1.2.jar 下载
objectify-gwt-1.2.pom 下载
objectify-gwt-1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.googlecode.objectify</groupId>
  <artifactId>objectify-gwt</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'com.googlecode.objectify:objectify-gwt:1.2'
Gradle Kotlin
implementation("com.googlecode.objectify:objectify-gwt:1.2")
Scala SBT
libraryDependencies += "com.googlecode.objectify" % "objectify-gwt" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.objectify', module='objectify-gwt', version='1.2')
)
Apache Ivy
<dependency org="com.googlecode.objectify" name="objectify-gwt" rev="1.2" />
Leiningen
[com.googlecode.objectify/objectify-gwt "1.2"]
Apache Buildr
'com.googlecode.objectify:objectify-gwt:jar:1.2'