Download appfuse-web-common-2.2.1.jar file - Jar a

Jar examples for a:appfuse-web-common

Description

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.

You can download jar file appfuse-web-common 2.2.1 in this page.

License

Apache License

Build File

You can use the following script to add appfuse-web-common-2.2.1.jar to your project.

<dependency>
   <groupId>org.appfuse</groupId>
   <artifactId>appfuse-web-common</artifactId>
   <version>2.2.1</version>
</dependency>
compile group: 'org.appfuse', name: 'appfuse-web-common', version: '2.2.1'
libraryDependencies += "org.appfuse" % "appfuse-web-common" % "2.2.1"
<dependency org="org.appfuse" name="appfuse-web-common" rev="2.2.1"/>
@Grapes(@Grab(group='org.appfuse', module='appfuse-web-common', version='2.2.1'))
'org.appfuse:appfuse-web-common:jar:2.2.1'

Download

Click the following link to download the jar file.

appfuse-web-common-2.2.1.jar
appfuse-web-common-2.2.1-javadoc.jar
appfuse-web-common-2.2.1.pom
appfuse-web-common-2.2.1-sources.jar



Related Tutorials