| GroupId | GroupIdorg.webjars.bower |
|---|---|
| ArtifactId | ArtifactIdjquery.ui |
| Version | Version1.11.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jquery.ui-1.11.4.pom | |
| jquery.ui-1.11.4.jar | 292 KB |
| jquery.ui-1.11.4-sources.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/jquery.ui/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>jquery.ui</artifactId>
<version>1.11.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/jquery.ui/
implementation 'org.webjars.bower:jquery.ui:1.11.4'
// https://jarcasting.com/artifacts/org.webjars.bower/jquery.ui/
implementation ("org.webjars.bower:jquery.ui:1.11.4")
'org.webjars.bower:jquery.ui:jar:1.11.4'
<dependency org="org.webjars.bower" name="jquery.ui" rev="1.11.4">
<artifact name="jquery.ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='jquery.ui', version='1.11.4')
)
libraryDependencies += "org.webjars.bower" % "jquery.ui" % "1.11.4"
[org.webjars.bower/jquery.ui "1.11.4"]