Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.vaynberg.wicket.select2 |
ArtifactId | ArtifactIdwicket-select2-examples |
Version | Version2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.vaynberg.wicket.select2/wicket-select2-examples/ -->
<dependency>
<groupId>com.vaynberg.wicket.select2</groupId>
<artifactId>wicket-select2-examples</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaynberg.wicket.select2/wicket-select2-examples/
implementation 'com.vaynberg.wicket.select2:wicket-select2-examples:2.1'
// https://jarcasting.com/artifacts/com.vaynberg.wicket.select2/wicket-select2-examples/
implementation ("com.vaynberg.wicket.select2:wicket-select2-examples:2.1")
'com.vaynberg.wicket.select2:wicket-select2-examples:jar:2.1'
<dependency org="com.vaynberg.wicket.select2" name="wicket-select2-examples" rev="2.1">
<artifact name="wicket-select2-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaynberg.wicket.select2', module='wicket-select2-examples', version='2.1')
)
libraryDependencies += "com.vaynberg.wicket.select2" % "wicket-select2-examples" % "2.1"
[com.vaynberg.wicket.select2/wicket-select2-examples "2.1"]