License |
License |
---|---|
GroupId | GroupIdcom.googlecode.objectify |
ArtifactId | ArtifactIdobjectify-remotely |
Last Version | Last Version0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApp Engine Remote Datastore
Use a remote datastore from your app engine application
|
Project URL |
Project URL |
Filename | Size |
---|---|
objectify-remotely-0.8.pom | |
objectify-remotely-0.8.jar | 6 KB |
objectify-remotely-0.8-sources.jar | 2 KB |
objectify-remotely-0.8-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.objectify/objectify-remotely/ -->
<dependency>
<groupId>com.googlecode.objectify</groupId>
<artifactId>objectify-remotely</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.objectify/objectify-remotely/
implementation 'com.googlecode.objectify:objectify-remotely:0.8'
// https://jarcasting.com/artifacts/com.googlecode.objectify/objectify-remotely/
implementation ("com.googlecode.objectify:objectify-remotely:0.8")
'com.googlecode.objectify:objectify-remotely:jar:0.8'
<dependency org="com.googlecode.objectify" name="objectify-remotely" rev="0.8">
<artifact name="objectify-remotely" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.objectify', module='objectify-remotely', version='0.8')
)
libraryDependencies += "com.googlecode.objectify" % "objectify-remotely" % "0.8"
[com.googlecode.objectify/objectify-remotely "0.8"]
Group / Artifact | Type | Version |
---|---|---|
com.google.appengine : appengine-api-1.0-sdk | jar | 1.9.17a |
com.google.appengine : appengine-api-labs | jar | 1.9.17a |
com.google.appengine : appengine-remote-api | jar | 1.9.17a |
javax.servlet : servlet-api | jar | 2.5 |
org.projectlombok : lombok | jar | 1.14.8 |
Group / Artifact | Type | Version |
---|---|---|
com.google.appengine : appengine-api-stubs | jar | 1.9.17a |
com.google.appengine : appengine-testing | jar | 1.9.17a |
org.testng : testng | jar | 6.8 |
org.mockito : mockito-core | jar | 1.9.5 |
org.hamcrest : hamcrest-library | jar | 1.3 |