Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff.wiquery |
ArtifactId | ArtifactIdwiquery-jquery-ui |
Version | Version8.1 |
Type | Typejar |
Filename | Size |
---|---|
wiquery-jquery-ui-8.1.pom | |
wiquery-jquery-ui-8.1.jar | 666 KB |
wiquery-jquery-ui-8.1-sources.jar | 636 KB |
wiquery-jquery-ui-8.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff.wiquery/wiquery-jquery-ui/ -->
<dependency>
<groupId>org.wicketstuff.wiquery</groupId>
<artifactId>wiquery-jquery-ui</artifactId>
<version>8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff.wiquery/wiquery-jquery-ui/
implementation 'org.wicketstuff.wiquery:wiquery-jquery-ui:8.1'
// https://jarcasting.com/artifacts/org.wicketstuff.wiquery/wiquery-jquery-ui/
implementation ("org.wicketstuff.wiquery:wiquery-jquery-ui:8.1")
'org.wicketstuff.wiquery:wiquery-jquery-ui:jar:8.1'
<dependency org="org.wicketstuff.wiquery" name="wiquery-jquery-ui" rev="8.1">
<artifact name="wiquery-jquery-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff.wiquery', module='wiquery-jquery-ui', version='8.1')
)
libraryDependencies += "org.wicketstuff.wiquery" % "wiquery-jquery-ui" % "8.1"
[org.wicketstuff.wiquery/wiquery-jquery-ui "8.1"]