License |
License |
---|---|
GroupId | GroupIdorg.apache.cocoon |
ArtifactId | ArtifactIdcocoon-pipeline-api |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCocoon 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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cocoon-pipeline-api-1.0.0.pom | |
cocoon-pipeline-api-1.0.0.jar | 46 KB |
cocoon-pipeline-api-1.0.0-sources.jar | 77 KB |
cocoon-pipeline-api-1.0.0-javadoc.jar | 353 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |