License |
License |
---|---|
GroupId | GroupIdcom.googlecode.objectify |
ArtifactId | ArtifactIdobjectify |
Last Version | Last Version6.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionObjectify App Engine
The simplest convenient interface to the Google App Engine datastore
|
Project URL |
Project URL |
Filename | Size |
---|---|
objectify-6.0.7.pom | |
objectify-6.0.7.jar | 357 KB |
objectify-6.0.7-sources.jar | 252 KB |
objectify-6.0.7-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.objectify/objectify/ -->
<dependency>
<groupId>com.googlecode.objectify</groupId>
<artifactId>objectify</artifactId>
<version>6.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.objectify/objectify/
implementation 'com.googlecode.objectify:objectify:6.0.7'
// https://jarcasting.com/artifacts/com.googlecode.objectify/objectify/
implementation ("com.googlecode.objectify:objectify:6.0.7")
'com.googlecode.objectify:objectify:jar:6.0.7'
<dependency org="com.googlecode.objectify" name="objectify" rev="6.0.7">
<artifact name="objectify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.objectify', module='objectify', version='6.0.7')
)
libraryDependencies += "com.googlecode.objectify" % "objectify" % "6.0.7"
[com.googlecode.objectify/objectify "6.0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.google.cloud : google-cloud-datastore | jar | 1.101.0 |
net.spy : spymemcached | jar | 2.12.3 |
org.slf4j : slf4j-api | jar | 1.7.29 |
joda-time : joda-time Optional | jar | 2.10.5 |
org.joda : joda-money Optional | jar | 1.0.1 |
com.fasterxml.jackson.core : jackson-core Optional | jar | 2.10.1 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.10.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.10 |
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
com.google.truth : truth | jar | 1.0 |
org.mockito : mockito-core | jar | 3.1.0 |
org.slf4j : slf4j-jdk14 | jar | 1.7.29 |