is not current version
Last Version 18.1.1

org.webjars.npm:ag-grid 4.1.5

WebJar for ag-grid

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

ag-grid
Version

Version

4.1.5
Type

Type

jar

Download ag-grid 4.1.5


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