c

cocoon-sitemap-api

Interfaces for the sitemap: Processor, actions, modules, flow, matching, selection and some support interfaces for classloading, notification, processing and various support interfaces.
Files download
File Operation
cocoon-sitemap-api-1.0.0-M1.jar download
cocoon-sitemap-api-1.0.0-M1.pom download
cocoon-sitemap-api-1.0.0-M1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.cocoon</groupId>
  <artifactId>cocoon-sitemap-api</artifactId>
  <version>1.0.0-M1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.cocoon:cocoon-sitemap-api:1.0.0-M1'
Gradle Kotlin
implementation("org.apache.cocoon:cocoon-sitemap-api:1.0.0-M1")
Scala SBT
libraryDependencies += "org.apache.cocoon" % "cocoon-sitemap-api" % "1.0.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.cocoon', module='cocoon-sitemap-api', version='1.0.0-M1')
)
Apache Ivy
<dependency org="org.apache.cocoon" name="cocoon-sitemap-api" rev="1.0.0-M1" />
Leiningen
[org.apache.cocoon/cocoon-sitemap-api "1.0.0-M1"]
Apache Buildr
'org.apache.cocoon:cocoon-sitemap-api:jar:1.0.0-M1'