MVN

cocoon : cocoon-ojb

Maven & Gradle

Jun 09, 2008
<dependency>
    <groupId>cocoon</groupId>
    <artifactId>cocoon-ojb</artifactId>
    <version>2.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cocoon : cocoon-ojb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.11

All Versions

Choose a version of cocoon : cocoon-ojb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
cocoon-ojb-2.1.11
cocoon-ojb-2.1.9
cocoon-ojb-2.1.8
cocoon-ojb-2.1.7
cocoon-ojb-2.1.6
cocoon-ojb-2.1.5.1
cocoon-ojb-2.1.4

How to add a dependency to Maven

Add the following cocoon : cocoon-ojb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cocoon</groupId>
    <artifactId>cocoon-ojb</artifactId>
    <version>2.1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cocoon : cocoon-ojb gradle dependency to your build.gradle file:

implementation 'cocoon:cocoon-ojb:2.1.11'

Gradle Kotlin DSL: Add the following cocoon : cocoon-ojb gradle kotlin dependency to your build.gradle.kts file:

implementation("cocoon:cocoon-ojb:2.1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following cocoon : cocoon-ojb sbt scala dependency to your build.sbt file:

libraryDependencies += "cocoon" % "cocoon-ojb" % "2.1.11"

Advertisement