GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdjqwidgets |
Version | Version3.9.1 |
Type | Typejar |
Filename | Size |
---|---|
jqwidgets-3.9.1.pom | |
jqwidgets-3.9.1.jar | 2 MB |
jqwidgets-3.9.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/jqwidgets/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jqwidgets</artifactId>
<version>3.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jqwidgets/
implementation 'org.webjars:jqwidgets:3.9.1'
// https://jarcasting.com/artifacts/org.webjars/jqwidgets/
implementation ("org.webjars:jqwidgets:3.9.1")
'org.webjars:jqwidgets:jar:3.9.1'
<dependency org="org.webjars" name="jqwidgets" rev="3.9.1">
<artifact name="jqwidgets" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jqwidgets', version='3.9.1')
)
libraryDependencies += "org.webjars" % "jqwidgets" % "3.9.1"
[org.webjars/jqwidgets "3.9.1"]