GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdag-grid |
Version | Version10.0.1 |
Type | Typejar |
Filename | Size |
---|---|
ag-grid-10.0.1.pom | |
ag-grid-10.0.1.jar | 764 KB |
ag-grid-10.0.1-javadoc.jar | 760 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/ag-grid/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>ag-grid</artifactId>
<version>10.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/ag-grid/
implementation 'org.webjars:ag-grid:10.0.1'
// https://jarcasting.com/artifacts/org.webjars/ag-grid/
implementation ("org.webjars:ag-grid:10.0.1")
'org.webjars:ag-grid:jar:10.0.1'
<dependency org="org.webjars" name="ag-grid" rev="10.0.1">
<artifact name="ag-grid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='ag-grid', version='10.0.1')
)
libraryDependencies += "org.webjars" % "ag-grid" % "10.0.1"
[org.webjars/ag-grid "10.0.1"]