is not current version
Last Version 18.1.1

org.webjars.npm:ag-grid 7.2.2

WebJar for ag-grid

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

ag-grid
Version

Version

7.2.2
Type

Type

jar

Download ag-grid 7.2.2


<!-- https://jarcasting.com/artifacts/org.webjars.npm/ag-grid/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>ag-grid</artifactId>
    <version>7.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/ag-grid/
implementation 'org.webjars.npm:ag-grid:7.2.2'
// https://jarcasting.com/artifacts/org.webjars.npm/ag-grid/
implementation ("org.webjars.npm:ag-grid:7.2.2")
'org.webjars.npm:ag-grid:jar:7.2.2'
<dependency org="org.webjars.npm" name="ag-grid" rev="7.2.2">
  <artifact name="ag-grid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='ag-grid', version='7.2.2')
)
libraryDependencies += "org.webjars.npm" % "ag-grid" % "7.2.2"
[org.webjars.npm/ag-grid "7.2.2"]