is not current version
Last Version 5.1

org.apache.turbine:turbine 4.0-M2

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.

GroupId

GroupId

org.apache.turbine
ArtifactId

ArtifactId

turbine
Version

Version

4.0-M2
Type

Type

jar

Download turbine 4.0-M2


<!-- https://jarcasting.com/artifacts/org.apache.turbine/turbine/ -->
<dependency>
    <groupId>org.apache.turbine</groupId>
    <artifactId>turbine</artifactId>
    <version>4.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.turbine/turbine/
implementation 'org.apache.turbine:turbine:4.0-M2'
// https://jarcasting.com/artifacts/org.apache.turbine/turbine/
implementation ("org.apache.turbine:turbine:4.0-M2")
'org.apache.turbine:turbine:jar:4.0-M2'
<dependency org="org.apache.turbine" name="turbine" rev="4.0-M2">
  <artifact name="turbine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.turbine', module='turbine', version='4.0-M2')
)
libraryDependencies += "org.apache.turbine" % "turbine" % "4.0-M2"
[org.apache.turbine/turbine "4.0-M2"]