| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.nebula.widgets.nattable |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version2.0.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionNebula 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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parent-2.0.2.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.nebula.widgets.nattable/parent/ -->
<dependency>
<groupId>org.eclipse.nebula.widgets.nattable</groupId>
<artifactId>parent</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.nebula.widgets.nattable/parent/
implementation 'org.eclipse.nebula.widgets.nattable:parent:2.0.2'
// https://jarcasting.com/artifacts/org.eclipse.nebula.widgets.nattable/parent/
implementation ("org.eclipse.nebula.widgets.nattable:parent:2.0.2")
'org.eclipse.nebula.widgets.nattable:parent:pom:2.0.2'
<dependency org="org.eclipse.nebula.widgets.nattable" name="parent" rev="2.0.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.nebula.widgets.nattable', module='parent', version='2.0.2')
)
libraryDependencies += "org.eclipse.nebula.widgets.nattable" % "parent" % "2.0.2"
[org.eclipse.nebula.widgets.nattable/parent "2.0.2"]