is not current version
Last Version 1.2.1

com.googlecode.objectify:objectify-gwt 1.1

Use Google App Engine datastore and Objectify classes with GWT

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.googlecode.objectify
ArtifactId

ArtifactId

objectify-gwt
Version

Version

1.1
Type

Type

jar

Download objectify-gwt 1.1


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