MVN

org.apache.turbine : turbine-parent

Maven & Gradle

May 02, 2023

Turbine POM · The parent POM for the Apache Turbine and Fulcrum project.

<dependency>
    <groupId>org.apache.turbine</groupId>
    <artifactId>turbine-parent</artifactId>
    <version>12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.turbine : turbine-parent to add to Maven - Latest Versions:

  • Latest Stable: 12

All Versions

Choose a version of org.apache.turbine : turbine-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
12
turbine-parent-12
11
turbine-parent-11
9
turbine-parent-9
8
turbine-parent-8
7
turbine-parent-7
6
turbine-parent-6
5
turbine-parent-5
4
turbine-parent-4
3
turbine-parent-3
2
turbine-parent-2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.turbine</groupId>
    <artifactId>turbine-parent</artifactId>
    <version>12</version>
</dependency>