d

datatable-autocomplete-parent

See the child project "datatable-autocomplete" for a more complete description. This is the parent for the actual project and the examples.
Michael O'Cleirigh
Files download
File Operation
datatable-autocomplete-parent-1.4.7.1.pom download
Apache Maven
<dependency>
  <groupId>org.wicketstuff</groupId>
  <artifactId>datatable-autocomplete-parent</artifactId>
  <version>1.4.7.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wicketstuff:datatable-autocomplete-parent:1.4.7.1'
Gradle Kotlin
implementation("org.wicketstuff:datatable-autocomplete-parent:1.4.7.1")
Scala SBT
libraryDependencies += "org.wicketstuff" % "datatable-autocomplete-parent" % "1.4.7.1"
Groovy Grape
@Grapes(
  @Grab(group='org.wicketstuff', module='datatable-autocomplete-parent', version='1.4.7.1')
)
Apache Ivy
<dependency org="org.wicketstuff" name="datatable-autocomplete-parent" rev="1.4.7.1" />
Leiningen
[org.wicketstuff/datatable-autocomplete-parent "1.4.7.1"]
Apache Buildr
'org.wicketstuff:datatable-autocomplete-parent:jar:1.4.7.1'