MVN

com.googlecode.objectify : objectify

Maven & Gradle

Oct 05, 2022
36 usages
717 stars

Objectify App Engine · The simplest convenient interface to the Google App Engine datastore

<dependency>
    <groupId>com.googlecode.objectify</groupId>
    <artifactId>objectify</artifactId>
    <version>6.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.objectify : objectify to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.9
  • Latest Beta: 5.1.9-beta-2

All Versions

Choose a version of com.googlecode.objectify : objectify to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
objectify-6.0.9
objectify-6.0.8
objectify-6.0.7
objectify-6.0.6
objectify-6.0.5
objectify-6.0.4
objectify-6.0.3
objectify-6.0.2
objectify-6.0.1
6.0
objectify-6.0
6.0b1
objectify-6.0b1
6.0a1
objectify-6.0a1
5.1.x
objectify-5.1.25
objectify-5.1.24
objectify-5.1.23
objectify-5.1.22
objectify-5.1.21
objectify-5.1.20
objectify-5.1.19
objectify-5.1.18
objectify-5.1.17
objectify-5.1.16
objectify-5.1.15
objectify-5.1.14
objectify-5.1.13
objectify-5.1.12
objectify-5.1.11
objectify-5.1.10
objectify-5.1.9
objectify-5.1.9-beta-2
objectify-5.1.9-beta-1
objectify-5.1.8
objectify-5.1.7
objectify-5.1.6
objectify-5.1.6-beta-1
objectify-5.1.5
objectify-5.1.4
objectify-5.1.3
objectify-5.1.2
objectify-5.1.1
5.1
objectify-5.1
5.0.x
objectify-5.0.5
objectify-5.0.4
objectify-5.0.3
objectify-5.0.2
objectify-5.0.1
5.0
objectify-5.0
4.1.x
objectify-4.1.3
objectify-4.1.2
objectify-4.1.1
4.1
objectify-4.1
4.0.x
objectify-4.0.1
4.0
objectify-4.0
4.0rc2
objectify-4.0rc2
4.0rc1
objectify-4.0rc1
4.0b3
objectify-4.0b3
4.0b2
objectify-4.0b2
4.0b1
objectify-4.0b1

How to add a dependency to Maven

Add the following com.googlecode.objectify : objectify maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.objectify</groupId>
    <artifactId>objectify</artifactId>
    <version>6.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.objectify : objectify gradle dependency to your build.gradle file:

implementation 'com.googlecode.objectify:objectify:6.0.9'

Gradle Kotlin DSL: Add the following com.googlecode.objectify : objectify gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.objectify:objectify:6.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.objectify : objectify sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.objectify" % "objectify" % "6.0.9"

Advertisement