Download struts2-jquery-plugin-3.1.1.jar file - Jar s

Jar examples for s:struts2-jquery-plugin

Description

A Plugin for the popular Java web framework Struts2 to provide AJAX functionality and UI Widgets based on the jQuery Javascript framework.

You can download jar file struts2-jquery-plugin 3.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add struts2-jquery-plugin-3.1.1.jar to your project.

<dependency>
   <groupId>com.jgeppert.struts2.jquery</groupId>
   <artifactId>struts2-jquery-plugin</artifactId>
   <version>3.1.1</version>
</dependency>
compile group: 'com.jgeppert.struts2.jquery', name: 'struts2-jquery-plugin', version: '3.1.1'
libraryDependencies += "com.jgeppert.struts2.jquery" % "struts2-jquery-plugin" % "3.1.1"
<dependency org="com.jgeppert.struts2.jquery" name="struts2-jquery-plugin" rev="3.1.1"/>
@Grapes(@Grab(group='com.jgeppert.struts2.jquery', module='struts2-jquery-plugin', version='3.1.1'))
'com.jgeppert.struts2.jquery:struts2-jquery-plugin:jar:3.1.1'

Download

Click the following link to download the jar file.

struts2-jquery-plugin-3.1.1-javadoc.jar
struts2-jquery-plugin-3.1.1-sources.jar
struts2-jquery-plugin-3.1.1.jar
struts2-jquery-plugin-3.1.1.pom



Related Tutorials