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