Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.vaynberg.wicket.select2 |
ArtifactId | ArtifactIdwicket-select2-parent |
Version | Version3.2 |
Type | Typepom |
Filename | Size |
---|---|
wicket-select2-parent-3.2.pom | 4 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>3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaynberg.wicket.select2/wicket-select2-parent/
implementation 'com.vaynberg.wicket.select2:wicket-select2-parent:3.2'
// https://jarcasting.com/artifacts/com.vaynberg.wicket.select2/wicket-select2-parent/
implementation ("com.vaynberg.wicket.select2:wicket-select2-parent:3.2")
'com.vaynberg.wicket.select2:wicket-select2-parent:pom:3.2'
<dependency org="com.vaynberg.wicket.select2" name="wicket-select2-parent" rev="3.2">
<artifact name="wicket-select2-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vaynberg.wicket.select2', module='wicket-select2-parent', version='3.2')
)
libraryDependencies += "com.vaynberg.wicket.select2" % "wicket-select2-parent" % "3.2"
[com.vaynberg.wicket.select2/wicket-select2-parent "3.2"]