is not current version
Last Version 0.8

com.googlecode.objectify:objectify-remotely 0.6

Use a remote datastore from your app engine application

GroupId

GroupId

com.googlecode.objectify
ArtifactId

ArtifactId

objectify-remotely
Version

Version

0.6
Type

Type

jar

Download objectify-remotely 0.6


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