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