MVN

org.webjars.npm : ag-grid-community

Maven & Gradle

Sep 15, 2022
11.8k stars

ag-grid-community · WebJar for ag-grid-community

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>ag-grid-community</artifactId>
    <version>28.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : ag-grid-community to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 28.1.1

All Versions

Choose a version of org.webjars.npm : ag-grid-community to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
28.1.x
ag-grid-community-28.1.1
27.2.x
ag-grid-community-27.2.1
26.0.x
ag-grid-community-26.0.0
25.3.x
ag-grid-community-25.3.0
24.0.x
ag-grid-community-24.0.0
22.1.x
ag-grid-community-22.1.0
20.1.x
ag-grid-community-20.1.0
19.1.x
ag-grid-community-19.1.4
ag-grid-community-19.1.1
19.0.x
ag-grid-community-19.0.0

How to add a dependency to Maven

Add the following org.webjars.npm : ag-grid-community maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>ag-grid-community</artifactId>
    <version>28.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : ag-grid-community gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:ag-grid-community:28.1.1'

Gradle Kotlin DSL: Add the following org.webjars.npm : ag-grid-community gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:ag-grid-community:28.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : ag-grid-community sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "ag-grid-community" % "28.1.1"

Advertisement