MVN

org.eclipse.nebula.widgets.nattable : parent

Maven & Gradle

Jun 30, 2023

Nebula NatTable · A powerful and flexible SWT table/grid widget that is built to handle very large data sets, real-time updates, dynamic styling, and more.

<dependency>
    <groupId>org.eclipse.nebula.widgets.nattable</groupId>
    <artifactId>parent</artifactId>
    <version>2.2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.nebula.widgets.nattable : parent to add to Maven - Latest Versions:

  • Latest Stable: 2.2.0.1

All Versions

Choose a version of org.eclipse.nebula.widgets.nattable : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
parent-2.2.0.1
parent-2.2.0
2.1.x
parent-2.1.0
2.0.x
parent-2.0.5
parent-2.0.4
parent-2.0.3
parent-2.0.2
parent-2.0.1
parent-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.eclipse.nebula.widgets.nattable</groupId>
    <artifactId>parent</artifactId>
    <version>2.2.0.1</version>
</dependency>