MVN

org.apache.cocoon : cocoon-flowscript

Maven & Gradle

Dec 19, 2006

Flowscript Block [modules]

<dependency>
    <groupId>org.apache.cocoon</groupId>
    <artifactId>cocoon-flowscript</artifactId>
    <version>1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.cocoon : cocoon-flowscript to add to Maven - Latest Versions:

  • Latest Stable: 1

All Versions

Choose a version of org.apache.cocoon : cocoon-flowscript to add to Maven - All Versions:

Version Vulnerabilities Updated
1
cocoon-flowscript-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.cocoon</groupId>
    <artifactId>cocoon-flowscript</artifactId>
    <version>1</version>
</dependency>

Advertisement