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