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