aggrid
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.jwebmp.plugins</groupId>
<artifactId>aggrid</artifactId>
<version>2.0.0-RC9</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.jwebmp.plugins</groupId>
<artifactId>aggrid</artifactId>
<version>2.0.0-RC9</version>
<name>AG Grid</name>
<description>The JWebMP implementation for AG Grid - a feature-rich data grid supporting multiple frameworks</description>
<url>https://jwebmp.com/aggrid</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>GedMarc</id>
<name>Marc Magon</name>
<email>marc.magon@gmail.com</email>
<url>https://github.com/GedMarc</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/JWebMP/Plugins/AgGrid.git/parent/parent/aggrid/parent/parent/aggrid</connection>
<developerConnection>scm:git:https://github.com/JWebMP/Plugins/AgGrid.git/parent/parent/aggrid/parent/parent/aggrid</developerConnection>
<url>https://github.com/JWebMP/Plugins/AgGrid.git/parent/parent/aggrid</url>
</scm>
<dependencies>
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>jwebmp-core</artifactId>
<version>2.0.0-RC9</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.jwebmp.plugins</groupId>
<artifactId>angular</artifactId>
<version>2.0.0-RC9</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.10.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>