is not current version
Last Version 3.5.0

org.appfuse:appfuse-web-common 2.0-m2

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.0-m2
Type

Type

war

Download appfuse-web-common 2.0-m2


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