<dependency> <groupId>org.webjars</groupId> <artifactId>jquery-ui</artifactId> <version>1.14.1</version> </dependency>
implementation 'org.webjars:jquery-ui:1.14.1'
implementation("org.webjars:jquery-ui:1.14.1")
libraryDependencies += "org.webjars" % "jquery-ui" % "1.14.1"
@Grapes( @Grab(group='org.webjars', module='jquery-ui', version='1.14.1') )
<dependency org="org.webjars" name="jquery-ui" rev="1.14.1" />
[org.webjars/jquery-ui "1.14.1"]
'org.webjars:jquery-ui:jar:1.14.1'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.webjars:jquery:1.12.0