Cocoon Pipeline API

Interfaces for SAX pipelines: ProcessingPipeline, sitemap components and basic XML interfaces, the environment abstraction, caching interfaces and needed exceptions.

License

License

GroupId

GroupId

org.apache.cocoon
ArtifactId

ArtifactId

cocoon-pipeline-api
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Cocoon Pipeline API
Interfaces for SAX pipelines: ProcessingPipeline, sitemap components and basic XML interfaces, the environment abstraction, caching interfaces and needed exceptions.
Project URL

Project URL

http://cocoon.apache.org/2.2/core-modules/pipeline-api/1.0/
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-core-modules/cocoon-core-modules-6/cocoon-pipeline/cocoon-pipeline-api

Download cocoon-pipeline-api

How to add to project

<!-- https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-pipeline-api/ -->
<dependency>
    <groupId>org.apache.cocoon</groupId>
    <artifactId>cocoon-pipeline-api</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-pipeline-api/
implementation 'org.apache.cocoon:cocoon-pipeline-api:1.0.0'
// https://jarcasting.com/artifacts/org.apache.cocoon/cocoon-pipeline-api/
implementation ("org.apache.cocoon:cocoon-pipeline-api:1.0.0")
'org.apache.cocoon:cocoon-pipeline-api:jar:1.0.0'
<dependency org="org.apache.cocoon" name="cocoon-pipeline-api" rev="1.0.0">
  <artifact name="cocoon-pipeline-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cocoon', module='cocoon-pipeline-api', version='1.0.0')
)
libraryDependencies += "org.apache.cocoon" % "cocoon-pipeline-api" % "1.0.0"
[org.apache.cocoon/cocoon-pipeline-api "1.0.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.avalon.framework : avalon-framework-api jar 4.3.1
org.apache.excalibur.components : excalibur-sourceresolve jar 2.2.3
org.apache.excalibur.components : excalibur-xmlutil jar 2.2.1
commons-lang : commons-lang jar 2.3

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.4

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
1.0.0-RC2
1.0.0-RC1
1.0.0-M1