Download ajaxtags-1.2-beta3.jar file - Jar a

Jar examples for a:ajaxtags

Description

The AJAX Tag Library is a set of JSP tags that simplify the use of Asynchronous JavaScript and XML (AJAX) technology in JavaServer Pages.

You can download jar file ajaxtags 1.2-beta3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ajaxtags-1.2-beta3.jar to your project.

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

Download

Click the following link to download the jar file.

ajaxtags-1.2-beta3-sources.jar
ajaxtags-1.2-beta3.jar
ajaxtags-1.2-beta3.pom



Related Tutorials