| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.cocoon.pipeline | 
| ArtifactId | ArtifactIdcocoon-pipeline | 
| Version | Version3.0.0-alpha-3 | 
| Type | Typejar | 
| Description | DescriptionApache Cocoon 3: Pipeline The core of Cocoon 3. A Servlet API independent implementation of pipelines. | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.apache.cocoon.pipeline/cocoon-pipeline/ -->
<dependency>
    <groupId>org.apache.cocoon.pipeline</groupId>
    <artifactId>cocoon-pipeline</artifactId>
    <version>3.0.0-alpha-3</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.cocoon.pipeline/cocoon-pipeline/
implementation 'org.apache.cocoon.pipeline:cocoon-pipeline:3.0.0-alpha-3'// https://jarcasting.com/artifacts/org.apache.cocoon.pipeline/cocoon-pipeline/
implementation ("org.apache.cocoon.pipeline:cocoon-pipeline:3.0.0-alpha-3")'org.apache.cocoon.pipeline:cocoon-pipeline:jar:3.0.0-alpha-3'<dependency org="org.apache.cocoon.pipeline" name="cocoon-pipeline" rev="3.0.0-alpha-3">
  <artifact name="cocoon-pipeline" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.cocoon.pipeline', module='cocoon-pipeline', version='3.0.0-alpha-3')
)libraryDependencies += "org.apache.cocoon.pipeline" % "cocoon-pipeline" % "3.0.0-alpha-3"[org.apache.cocoon.pipeline/cocoon-pipeline "3.0.0-alpha-3"]| Group / Artifact | Type | Version | 
|---|---|---|
| commons-logging : commons-logging | jar | 1.1.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.1 | 
| xmlunit : xmlunit | jar | 1.3 |