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