MVN

org.objectstyle.cayenne : cayenne

Maven & Gradle

Oct 15, 2007

Cayenne · Cayenne Object Persistence Framework including all dependencies.

<dependency>
    <groupId>org.objectstyle.cayenne</groupId>
    <artifactId>cayenne</artifactId>
    <version>1.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectstyle.cayenne : cayenne to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.4

All Versions

Choose a version of org.objectstyle.cayenne : cayenne to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
cayenne-1.2.4
cayenne-1.2.3
cayenne-1.2.2
cayenne-1.2.1
1.2
cayenne-1.2
1.2RC2
cayenne-1.2RC2
1.2B3
cayenne-1.2B3
1.2B2
cayenne-1.2B2
1.2B1
cayenne-1.2B1
1.2M12
cayenne-1.2M12
1.2M9
cayenne-1.2M9
1.2M6
cayenne-1.2M6

How to add a dependency to Maven

Add the following org.objectstyle.cayenne : cayenne maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.objectstyle.cayenne</groupId>
    <artifactId>cayenne</artifactId>
    <version>1.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.objectstyle.cayenne : cayenne gradle dependency to your build.gradle file:

implementation 'org.objectstyle.cayenne:cayenne:1.2.4'

Gradle Kotlin DSL: Add the following org.objectstyle.cayenne : cayenne gradle kotlin dependency to your build.gradle.kts file:

implementation("org.objectstyle.cayenne:cayenne:1.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.objectstyle.cayenne : cayenne sbt scala dependency to your build.sbt file:

libraryDependencies += "org.objectstyle.cayenne" % "cayenne" % "1.2.4"