MVN

org.trailsframework.examples : ajaxlist

Maven & Gradle

Sep 02, 2008

Trails Example - Ajax List · This example is currently broken because of a bug in Tacos 4.1.0 release. It's since fixed in 4.1.1-SNAPSHOT (but we couldn't release 1.1 with snapshot dependencies.). This example needs a version where the following problem is corrected: The 4.1.0 release has a bug in "tacos.services.xml". The TemplateBindingFactory declaration is wrong, it is: construct class="org.apache.tapestry.binding.TemplateBindingFactory" when it should be: construct class="net.sf.tacos.binding.TemplateBindingFactory"

<dependency>
    <groupId>org.trailsframework.examples</groupId>
    <artifactId>ajaxlist</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.trailsframework.examples : ajaxlist to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of org.trailsframework.examples : ajaxlist to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
ajaxlist-1.2.1
1.2
ajaxlist-1.2
1.1.x
ajaxlist-1.1.1
1.1
ajaxlist-1.1
1.0
ajaxlist-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.trailsframework.examples</groupId>
    <artifactId>ajaxlist</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.trailsframework.examples : ajaxlist gradle dependency to your build.gradle file:

implementation 'org.trailsframework.examples:ajaxlist:1.2.1'

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

implementation("org.trailsframework.examples:ajaxlist:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.trailsframework.examples : ajaxlist sbt scala dependency to your build.sbt file:

libraryDependencies += "org.trailsframework.examples" % "ajaxlist" % "1.2.1"