is not current version
Last Version 1.2.1

com.googlecode.objectify:objectify-gwt 1.0

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.0
Type

Type

jar

Download objectify-gwt 1.0


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