License |
License |
---|---|
GroupId | GroupIdorg.appfuse |
ArtifactId | ArtifactIdappfuse-web-common |
Last Version | Last Version3.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAppFuse Common Web Module
Common web files (images, stylesheets, scripts) and Java classes (listeners and filters) used
by all web frameworks. This module is not meant to be included in a project utilizing AppFuse.
It's designed to be used internally by AppFuse only.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
appfuse-web-common-3.5.0.pom | |
appfuse-web-common-3.5.0.jar | 78 KB |
appfuse-web-common-3.5.0-sources.jar | 73 KB |
appfuse-web-common-3.5.0-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-web-common/ -->
<dependency>
<groupId>org.appfuse</groupId>
<artifactId>appfuse-web-common</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-web-common/
implementation 'org.appfuse:appfuse-web-common:3.5.0'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-web-common/
implementation ("org.appfuse:appfuse-web-common:3.5.0")
'org.appfuse:appfuse-web-common:jar:3.5.0'
<dependency org="org.appfuse" name="appfuse-web-common" rev="3.5.0">
<artifact name="appfuse-web-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-web-common', version='3.5.0')
)
libraryDependencies += "org.appfuse" % "appfuse-web-common" % "3.5.0"
[org.appfuse/appfuse-web-common "3.5.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet.jsp : jsp-api | jar | 2.1 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
struts-menu : struts-menu | jar | 2.4.3 |
opensymphony : sitemesh | jar | 2.4.2 |
org.apache.logging.log4j : log4j-1.2-api | jar | 2.1 |
org.apache.logging.log4j : log4j-web | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.subethamail : subethasmtp-wiser | jar | 1.2 |
org.hamcrest : hamcrest-all | jar | 1.3 |