MVN

org.wicketstuff : wicketstuff-datatable-autocomplete

Maven & Gradle

Feb 14, 2015

Datatable Autocomplete · The Datatable autocomplete project provides a Trie datastructure that allows AJAX searches on large datasets fast. It is not memory efficient but it is fast especially to know how many results a given prefix matches. Provides a Datatable component when tied to a textfield will show the matched objects in a table format.

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-datatable-autocomplete</artifactId>
    <version>1.5.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wicketstuff : wicketstuff-datatable-autocomplete to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.13
  • Latest Release Candidate: 1.5-RC7

All Versions

Choose a version of org.wicketstuff : wicketstuff-datatable-autocomplete to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
wicketstuff-datatable-autocomplete-1.5.13
wicketstuff-datatable-autocomplete-1.5.10
wicketstuff-datatable-autocomplete-1.5.9.1
wicketstuff-datatable-autocomplete-1.5.9
wicketstuff-datatable-autocomplete-1.5.8.1
wicketstuff-datatable-autocomplete-1.5.8
wicketstuff-datatable-autocomplete-1.5.7
wicketstuff-datatable-autocomplete-1.5.5
wicketstuff-datatable-autocomplete-1.5.4
wicketstuff-datatable-autocomplete-1.5.3.1
wicketstuff-datatable-autocomplete-1.5.3
wicketstuff-datatable-autocomplete-1.5.2
wicketstuff-datatable-autocomplete-1.5.1
wicketstuff-datatable-autocomplete-1.5.0
1.5
wicketstuff-datatable-autocomplete-1.5-RC7

How to add a dependency to Maven

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

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-datatable-autocomplete</artifactId>
    <version>1.5.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wicketstuff : wicketstuff-datatable-autocomplete gradle dependency to your build.gradle file:

implementation 'org.wicketstuff:wicketstuff-datatable-autocomplete:1.5.13'

Gradle Kotlin DSL: Add the following org.wicketstuff : wicketstuff-datatable-autocomplete gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wicketstuff:wicketstuff-datatable-autocomplete:1.5.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wicketstuff : wicketstuff-datatable-autocomplete sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wicketstuff" % "wicketstuff-datatable-autocomplete" % "1.5.13"