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