MVN

org.apache.cocoon.pipeline : cocoon-pipeline

Maven & Gradle

Jun 20, 2011
9 usages

Apache Cocoon 3: Pipeline · The core of Cocoon 3. A Servlet API independent implementation of pipelines.

<dependency>
    <groupId>org.apache.cocoon.pipeline</groupId>
    <artifactId>cocoon-pipeline</artifactId>
    <version>3.0.0-alpha-3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.0-alpha-3
  • Latest Alpha: 3.0.0-alpha-3

All Versions

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

Version Vulnerabilities Updated
3.0.x
cocoon-pipeline-3.0.0-alpha-3
cocoon-pipeline-3.0.0-alpha-2
cocoon-pipeline-3.0.0-alpha-1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.cocoon.pipeline</groupId>
    <artifactId>cocoon-pipeline</artifactId>
    <version>3.0.0-alpha-3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.cocoon.pipeline:cocoon-pipeline:3.0.0-alpha-3'

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

implementation("org.apache.cocoon.pipeline:cocoon-pipeline:3.0.0-alpha-3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.cocoon.pipeline" % "cocoon-pipeline" % "3.0.0-alpha-3"

Advertisement