GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdjqgrid |
Version | Version4.6.0 |
Type | Typejar |
Filename | Size |
---|---|
jqgrid-4.6.0.pom | |
jqgrid-4.6.0.jar | 436 KB |
jqgrid-4.6.0-sources.jar | 3 KB |
jqgrid-4.6.0-javadoc.jar | 427 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/jqgrid/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jqgrid</artifactId>
<version>4.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jqgrid/
implementation 'org.webjars:jqgrid:4.6.0'
// https://jarcasting.com/artifacts/org.webjars/jqgrid/
implementation ("org.webjars:jqgrid:4.6.0")
'org.webjars:jqgrid:jar:4.6.0'
<dependency org="org.webjars" name="jqgrid" rev="4.6.0">
<artifact name="jqgrid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jqgrid', version='4.6.0')
)
libraryDependencies += "org.webjars" % "jqgrid" % "4.6.0"
[org.webjars/jqgrid "4.6.0"]