License |
License |
---|---|
GroupId | GroupIdorg.apache.turbine |
ArtifactId | ArtifactIdturbine |
Last Version | Last Version5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache 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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
turbine-5.1.pom | |
turbine-5.1.jar | 523 KB |
turbine-5.1-sources.jar | 671 KB |
turbine-5.1-source.zip | 1 MB |
turbine-5.1-source.tar.gz | 1 MB |
turbine-5.1-javadoc.jar | 3 MB |
turbine-5.1-binaries.zip | 21 MB |
turbine-5.1-binaries.tar.gz | 18 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.turbine/turbine/ -->
<dependency>
<groupId>org.apache.turbine</groupId>
<artifactId>turbine</artifactId>
<version>5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.turbine/turbine/
implementation 'org.apache.turbine:turbine:5.1'
// https://jarcasting.com/artifacts/org.apache.turbine/turbine/
implementation ("org.apache.turbine:turbine:5.1")
'org.apache.turbine:turbine:jar:5.1'
<dependency org="org.apache.turbine" name="turbine" rev="5.1">
<artifact name="turbine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.turbine', module='turbine', version='5.1')
)
libraryDependencies += "org.apache.turbine" % "turbine" % "5.1"
[org.apache.turbine/turbine "5.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |
com.sun.xml.bind : jaxb-impl | jar | 2.3.3 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.fulcrum : fulcrum-security-memory | jar | 2.1.0 |
org.apache.fulcrum : fulcrum-security-api | jar | 2.1.0 |
org.hsqldb : hsqldb | jar | 2.5.1 |
org.apache.fulcrum : fulcrum-testcontainer | jar | 1.0.9 |
org.testcontainers : testcontainers Optional | jar | 1.16.2 |
org.testcontainers : junit-jupiter Optional | jar | 1.16.2 |
junit : junit | jar | 4.13.2 |