License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks Data Auto Application Layer Libs Code Generators |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIddatatable-autocomplete-common |
Last Version | Last Version1.5-RC5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDatatable Autocomplete Common
This module provides the Patricia Trie implementation. It is seperated from the main datatable-autocomplete module to allow reuse in non wicket environments.
|
<!-- https://jarcasting.com/artifacts/org.wicketstuff/datatable-autocomplete-common/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>datatable-autocomplete-common</artifactId>
<version>1.5-RC5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/datatable-autocomplete-common/
implementation 'org.wicketstuff:datatable-autocomplete-common:1.5-RC5.1'
// https://jarcasting.com/artifacts/org.wicketstuff/datatable-autocomplete-common/
implementation ("org.wicketstuff:datatable-autocomplete-common:1.5-RC5.1")
'org.wicketstuff:datatable-autocomplete-common:jar:1.5-RC5.1'
<dependency org="org.wicketstuff" name="datatable-autocomplete-common" rev="1.5-RC5.1">
<artifact name="datatable-autocomplete-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='datatable-autocomplete-common', version='1.5-RC5.1')
)
libraryDependencies += "org.wicketstuff" % "datatable-autocomplete-common" % "1.5-RC5.1"
[org.wicketstuff/datatable-autocomplete-common "1.5-RC5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.wicket : wicket | pom | 1.5-RC5.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
commons-collections : commons-collections | jar | 3.2.1 |