is not current version
Last Version 3.5.0

org.appfuse:appfuse-web-common 2.2.1

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.

GroupId

GroupId

org.appfuse
ArtifactId

ArtifactId

appfuse-web-common
Version

Version

2.2.1
Type

Type

jar

Download appfuse-web-common 2.2.1


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