is not current version
Last Version 1.13.1

org.webjars:jquery-ui 1.9.2

WebJar for jQuery UI

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

jquery-ui
Version

Version

1.9.2
Type

Type

jar

Download jquery-ui 1.9.2


<!-- https://jarcasting.com/artifacts/org.webjars/jquery-ui/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>jquery-ui</artifactId>
    <version>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jquery-ui/
implementation 'org.webjars:jquery-ui:1.9.2'
// https://jarcasting.com/artifacts/org.webjars/jquery-ui/
implementation ("org.webjars:jquery-ui:1.9.2")
'org.webjars:jquery-ui:jar:1.9.2'
<dependency org="org.webjars" name="jquery-ui" rev="1.9.2">
  <artifact name="jquery-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jquery-ui', version='1.9.2')
)
libraryDependencies += "org.webjars" % "jquery-ui" % "1.9.2"
[org.webjars/jquery-ui "1.9.2"]