MVN

eu.interedition : collatex-cocoon

Maven & Gradle

Dec 14, 2013
77 stars

CollateX Cocoon Block · Apache Cocoon block exposing CollateX' functionality as a transformer.

<dependency>
    <groupId>eu.interedition</groupId>
    <artifactId>collatex-cocoon</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.interedition : collatex-cocoon to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of eu.interedition : collatex-cocoon to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
collatex-cocoon-1.5.1
1.5
collatex-cocoon-1.5
1.4
collatex-cocoon-1.4
1.3
collatex-cocoon-1.3

How to add a dependency to Maven

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

<dependency>
    <groupId>eu.interedition</groupId>
    <artifactId>collatex-cocoon</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'eu.interedition:collatex-cocoon:1.5.1'

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

implementation("eu.interedition:collatex-cocoon:1.5.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "eu.interedition" % "collatex-cocoon" % "1.5.1"