MVN

org.ajaxtags : ajaxtags

Maven & Gradle

Feb 21, 2008
2 usages

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

<dependency>
    <groupId>org.ajaxtags</groupId>
    <artifactId>ajaxtags</artifactId>
    <version>1.1.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ajaxtags : ajaxtags to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5
  • Latest Release Candidate: 1.3-beta-rc7
  • Latest Beta: 1.3-beta-rc7

All Versions

Choose a version of org.ajaxtags : ajaxtags to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
ajaxtags-1.3-beta-rc7
1.2
ajaxtags-1.2-beta3
ajaxtags-1.2-beta2
1.1.x
ajaxtags-1.1.5

How to add a dependency to Maven

Add the following org.ajaxtags : ajaxtags maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ajaxtags</groupId>
    <artifactId>ajaxtags</artifactId>
    <version>1.1.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ajaxtags : ajaxtags gradle dependency to your build.gradle file:

implementation 'org.ajaxtags:ajaxtags:1.1.5'

Gradle Kotlin DSL: Add the following org.ajaxtags : ajaxtags gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ajaxtags:ajaxtags:1.1.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ajaxtags : ajaxtags sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ajaxtags" % "ajaxtags" % "1.1.5"

Advertisement