MVN

org.apache.turbine : turbine

Maven & Gradle

Nov 23, 2021

Apache Turbine · Turbine is a servlet based framework that allows experienced Java developers to quickly build secure web applications. Parts of Turbine can also be used independently of the web portion of Turbine as well. In other words, we strive to make portions of Turbine easily available for use in other applications.

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

Latest Version

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

  • Latest Stable: 5.1

All Versions

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

Version Vulnerabilities Updated
5.1
turbine-5.1
5.0
turbine-5.0
4.0.x
turbine-4.0.1
4.0
turbine-4.0
turbine-4.0-M2
turbine-4.0-M1

How to add a dependency to Maven

Add the following org.apache.turbine : turbine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.turbine</groupId>
    <artifactId>turbine</artifactId>
    <version>5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.turbine : turbine gradle dependency to your build.gradle file:

implementation 'org.apache.turbine:turbine:5.1'

Gradle Kotlin DSL: Add the following org.apache.turbine : turbine gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.turbine:turbine:5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.turbine : turbine sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.turbine" % "turbine" % "5.1"

Advertisement

Dependencies from Group

Discover Dependencies

Sep 08, 2016
2 usages
10.9k stars
Mar 08, 2023
14 usages
162 stars
Apr 27, 2016
7 usages
279 stars
Nov 26, 2020
221 usages
808 stars
Aug 22, 2023
7k stars
Aug 24, 2023
6 usages
30 stars
Mar 27, 2017
Aug 18, 2023
60 usages
1.8k stars
Mar 23, 2016
18 usages
190 stars
Mar 29, 2012
73 usages