| GroupId | GroupIdorg.webjars.bower |
|---|---|
| ArtifactId | ArtifactIdjquery.ui |
| Version | Version1.11.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jquery.ui-1.11.3.pom | |
| jquery.ui-1.11.3.jar | 291 KB |
| jquery.ui-1.11.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/jquery.ui/
implementation 'org.webjars.bower:jquery.ui:1.11.3'
// https://jarcasting.com/artifacts/org.webjars.bower/jquery.ui/
implementation ("org.webjars.bower:jquery.ui:1.11.3")
'org.webjars.bower:jquery.ui:jar:1.11.3'
<dependency org="org.webjars.bower" name="jquery.ui" rev="1.11.3">
<artifact name="jquery.ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='jquery.ui', version='1.11.3')
)
libraryDependencies += "org.webjars.bower" % "jquery.ui" % "1.11.3"
[org.webjars.bower/jquery.ui "1.11.3"]