is not current version
Last Version 1.0.0

org.apache.cocoon:cocoon-pipeline-api 1.0.0-RC1

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

GroupId

GroupId

org.apache.cocoon
ArtifactId

ArtifactId

cocoon-pipeline-api
Version

Version

1.0.0-RC1
Type

Type

jar

Download cocoon-pipeline-api 1.0.0-RC1


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