MVN

org.ow2.bonita : bonita-cmis

Maven & Gradle

Sep 27, 2012

Bonita - xCmis authenticator · Replace the authenticator of xCmis by calls to the API

<dependency>
    <groupId>org.ow2.bonita</groupId>
    <artifactId>bonita-cmis</artifactId>
    <version>5.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.bonita : bonita-cmis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.7.3

All Versions

Choose a version of org.ow2.bonita : bonita-cmis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.7.x
bonita-cmis-5.7.3
bonita-cmis-5.7.2
bonita-cmis-5.7.1
5.7
bonita-cmis-5.7
5.6.x
bonita-cmis-5.6.3
bonita-cmis-5.6.2
bonita-cmis-5.6.1
5.6
bonita-cmis-5.6
5.5.x
bonita-cmis-5.5.3
bonita-cmis-5.5.2
bonita-cmis-5.5.1
5.5
bonita-cmis-5.5

How to add a dependency to Maven

Add the following org.ow2.bonita : bonita-cmis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.bonita</groupId>
    <artifactId>bonita-cmis</artifactId>
    <version>5.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.bonita : bonita-cmis gradle dependency to your build.gradle file:

implementation 'org.ow2.bonita:bonita-cmis:5.7.3'

Gradle Kotlin DSL: Add the following org.ow2.bonita : bonita-cmis gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.bonita:bonita-cmis:5.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.bonita : bonita-cmis sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.bonita" % "bonita-cmis" % "5.7.3"