MVN

org.apache.cayenne : cayenne-xmpp

Maven & Gradle

May 16, 2023
259 stars

cayenne-xmpp: Cayenne XMPP Event bridge

<dependency>
    <groupId>org.apache.cayenne</groupId>
    <artifactId>cayenne-xmpp</artifactId>
    <version>4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.2
  • Latest Release Candidate: 4.2.RC2

All Versions

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

Version Vulnerabilities Updated
4.2
cayenne-xmpp-4.2
4.2.x
cayenne-xmpp-4.2.RC2
cayenne-xmpp-4.2.RC1
cayenne-xmpp-4.2.B1
cayenne-xmpp-4.2.M3
cayenne-xmpp-4.2.M2
cayenne-xmpp-4.2.M1
4.1.x
cayenne-xmpp-4.1.1
cayenne-xmpp-4.1.RC2
cayenne-xmpp-4.1.RC1
cayenne-xmpp-4.1.B2
cayenne-xmpp-4.1.B1
cayenne-xmpp-4.1.M2
cayenne-xmpp-4.1.M1
4.1
cayenne-xmpp-4.1
4.0.x
cayenne-xmpp-4.0.3
cayenne-xmpp-4.0.2
cayenne-xmpp-4.0.1
cayenne-xmpp-4.0.RC1
cayenne-xmpp-4.0.B2
cayenne-xmpp-4.0.B1
4.0
cayenne-xmpp-4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.cayenne</groupId>
    <artifactId>cayenne-xmpp</artifactId>
    <version>4.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.cayenne:cayenne-xmpp:4.2'

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

implementation("org.apache.cayenne:cayenne-xmpp:4.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.cayenne" % "cayenne-xmpp" % "4.2"

Advertisement