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