Download objectify-5.0.3.jar file - Jar o

Jar examples for o:objectify

Description

*** THIS VERSION UPLOADED FOR USE WITH CEDAR-COMMON, TO AVOID DEPENDENCIES ON GOOGLE CODE-BASED MAVEN REPOSITORIES. *** The simplest convenient interface to the Google App Engine datastore

You can download jar file objectify 5.0.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add objectify-5.0.3.jar to your project.

<dependency>
   <groupId>com.googlecode.objectify</groupId>
   <artifactId>objectify</artifactId>
   <version>5.0.3</version>
</dependency>
compile group: 'com.googlecode.objectify', name: 'objectify', version: '5.0.3'
libraryDependencies += "com.googlecode.objectify" % "objectify" % "5.0.3"
<dependency org="com.googlecode.objectify" name="objectify" rev="5.0.3"/>
@Grapes(@Grab(group='com.googlecode.objectify', module='objectify', version='5.0.3'))
'com.googlecode.objectify:objectify:jar:5.0.3'

Download

Click the following link to download the jar file.

objectify-5.0.3-javadoc.jar
objectify-5.0.3-sources.jar
objectify-5.0.3.jar
objectify-5.0.3.pom



Related Tutorials