Download ajax4jsf-1.0.2.jar file - Jar a

Jar examples for a:ajax4jsf

Description

Ajax4jsf is an open source extension to the JavaServer Faces standard that adds AJAX capability to JSF applications without requiring the writing of any JavaScript.

You can download jar file ajax4jsf 1.0.2 in this page.

License

CDDL

Build File

You can use the following script to add ajax4jsf-1.0.2.jar to your project.

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

Download

Click the following link to download the jar file.

ajax4jsf-1.0.2.jar
ajax4jsf-1.0.2.pom



Related Tutorials