License |
License |
---|---|
GroupId | GroupIdorg.apache.turbine |
ArtifactId | ArtifactIdturbine |
Version | Version5.0 |
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.0.pom | |
turbine-5.0.jar | 373 KB |
turbine-5.0-sources.jar | 512 KB |
turbine-5.0-source.zip | 1 MB |
turbine-5.0-source.tar.gz | 1 MB |
turbine-5.0-javadoc.jar | 1 MB |
turbine-5.0-binaries.zip | 49 MB |
turbine-5.0-binaries.tar.gz | 49 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.turbine/turbine/ -->
<dependency>
<groupId>org.apache.turbine</groupId>
<artifactId>turbine</artifactId>
<version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.turbine/turbine/
implementation 'org.apache.turbine:turbine:5.0'
// https://jarcasting.com/artifacts/org.apache.turbine/turbine/
implementation ("org.apache.turbine:turbine:5.0")
'org.apache.turbine:turbine:jar:5.0'
<dependency org="org.apache.turbine" name="turbine" rev="5.0">
<artifact name="turbine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.turbine', module='turbine', version='5.0')
)
libraryDependencies += "org.apache.turbine" % "turbine" % "5.0"
[org.apache.turbine/turbine "5.0"]
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.11.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.fulcrum : fulcrum-security-memory | jar | 1.1.3 |
org.apache.fulcrum : fulcrum-security-api | jar | 1.1.3 |
org.hsqldb : hsqldb | jar | 2.2.9 |
org.apache.fulcrum : fulcrum-testcontainer | jar | 1.0.8 |