License |
License |
---|---|
GroupId | GroupIdcom.googlecode.cedar-common |
ArtifactId | ArtifactIdobjectify |
Last Version | Last Version3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionObjectify-AppEngine (Repackaged)
*** 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
|
Project URL |
Project URL |
Filename | Size |
---|---|
objectify-3.1.pom | |
objectify-3.1.jar | 227 KB |
objectify-3.1-sources.jar | 205 KB |
objectify-3.1-javadoc.jar | 535 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.cedar-common/objectify/ -->
<dependency>
<groupId>com.googlecode.cedar-common</groupId>
<artifactId>objectify</artifactId>
<version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/objectify/
implementation 'com.googlecode.cedar-common:objectify:3.1'
// https://jarcasting.com/artifacts/com.googlecode.cedar-common/objectify/
implementation ("com.googlecode.cedar-common:objectify:3.1")
'com.googlecode.cedar-common:objectify:jar:3.1'
<dependency org="com.googlecode.cedar-common" name="objectify" rev="3.1">
<artifact name="objectify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.cedar-common', module='objectify', version='3.1')
)
libraryDependencies += "com.googlecode.cedar-common" % "objectify" % "3.1"
[com.googlecode.cedar-common/objectify "3.1"]