Registry / cloud / appengine-api-1-0-sdk

appengine-api-1-0-sdk

JSON →
library5.0.0javamavenunverified

API for Google App Engine standard environment, providing services like datastore, memcache, and task queues for Java applications.

<dependency> <groupId>com.google.appengine</groupId> <artifactId>appengine-api-1.0-sdk</artifactId> <version>5.0.0</version> </dependency>
INSTALL
IMPORT
SIG · APPENGINE-API-1-0-
A
appengine-api-1-0-sdk
cloudjavav5.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DatastoreService
com.google.appengine.api.datastore.DatastoreService

Stores an entity in the App Engine Datastore.

import com.google.appengine.api.datastore.DatastoreService; import com.google.appengine.api.datastore.DatastoreServiceFactory; import com.google.appengine.api.datastore.Entity; DatastoreService datastore = DatastoreServiceFactory.getDatastoreService(); Entity entity = new Entity("Person"); entity.setProperty("name", "John"); datastore.put(entity);
Debug
Known issues
breakingApp Engine SDK 5.x uses a different package structure than 1.x; migration required.
fix
Update imports to com.google.appengine.api.* from com.google.appengine.*.
affects: >=5.0.0
Upgrade
Version history
5.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
26
Amazon
1
OpenAI (training)
1
Resources
appengine-api-1-0-sdk — mvn dependency:get appengine-api-1-0-sdk · libregistry