GroupId | GroupIdorg.st-js.bridge |
---|---|
ArtifactId | ArtifactIdjqueryui |
Version | Version1.10.3.bv1 |
Type | Typejar |
Filename | Size |
---|---|
jqueryui-1.10.3.bv1.pom | |
jqueryui-1.10.3.bv1.jar | 213 KB |
jqueryui-1.10.3.bv1-sources.jar | 217 KB |
jqueryui-1.10.3.bv1-javadoc.jar | 332 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.st-js.bridge/jqueryui/ -->
<dependency>
<groupId>org.st-js.bridge</groupId>
<artifactId>jqueryui</artifactId>
<version>1.10.3.bv1</version>
</dependency>
// https://jarcasting.com/artifacts/org.st-js.bridge/jqueryui/
implementation 'org.st-js.bridge:jqueryui:1.10.3.bv1'
// https://jarcasting.com/artifacts/org.st-js.bridge/jqueryui/
implementation ("org.st-js.bridge:jqueryui:1.10.3.bv1")
'org.st-js.bridge:jqueryui:jar:1.10.3.bv1'
<dependency org="org.st-js.bridge" name="jqueryui" rev="1.10.3.bv1">
<artifact name="jqueryui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.st-js.bridge', module='jqueryui', version='1.10.3.bv1')
)
libraryDependencies += "org.st-js.bridge" % "jqueryui" % "1.10.3.bv1"
[org.st-js.bridge/jqueryui "1.10.3.bv1"]