is not current version
Last Version 1.0.0

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

Implementations of a number of basic generators, transformers, serializers, and readers that are needed in most Cocoon webapps as well as some basic sources and the XPointer and XSLT components.

GroupId

GroupId

org.apache.cocoon
ArtifactId

ArtifactId

cocoon-pipeline-components
Version

Version

1.0.0-RC1
Type

Type

jar

Download cocoon-pipeline-components 1.0.0-RC1


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