Categories |
CategoriesWicket User Interface Web Frameworks Data Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-datatable-autocomplete |
Version | Version1.5.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datatable-autocomplete/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-datatable-autocomplete</artifactId>
<version>1.5.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datatable-autocomplete/
implementation 'org.wicketstuff:wicketstuff-datatable-autocomplete:1.5.9'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-datatable-autocomplete/
implementation ("org.wicketstuff:wicketstuff-datatable-autocomplete:1.5.9")
'org.wicketstuff:wicketstuff-datatable-autocomplete:jar:1.5.9'
<dependency org="org.wicketstuff" name="wicketstuff-datatable-autocomplete" rev="1.5.9">
<artifact name="wicketstuff-datatable-autocomplete" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-datatable-autocomplete', version='1.5.9')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-datatable-autocomplete" % "1.5.9"
[org.wicketstuff/wicketstuff-datatable-autocomplete "1.5.9"]