j

jwebmp-data-tables

The JWebSwing implementation for Data Tables
https://github.com/GedMarc/Data-Tables-Plugin
Files download
File Operation
jwebmp-data-tables-1.1.1.2-jre14.jar download
jwebmp-data-tables-1.1.1.2-jre14.pom download
jwebmp-data-tables-1.1.1.2-jre14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jwebmp.plugins.forms</groupId>
  <artifactId>jwebmp-data-tables</artifactId>
  <version>1.1.1.2-jre14</version>
</dependency>
Gradle Groovy
implementation 'com.jwebmp.plugins.forms:jwebmp-data-tables:1.1.1.2-jre14'
Gradle Kotlin
implementation("com.jwebmp.plugins.forms:jwebmp-data-tables:1.1.1.2-jre14")
Scala SBT
libraryDependencies += "com.jwebmp.plugins.forms" % "jwebmp-data-tables" % "1.1.1.2-jre14"
Groovy Grape
@Grapes(
  @Grab(group='com.jwebmp.plugins.forms', module='jwebmp-data-tables', version='1.1.1.2-jre14')
)
Apache Ivy
<dependency org="com.jwebmp.plugins.forms" name="jwebmp-data-tables" rev="1.1.1.2-jre14" />
Leiningen
[com.jwebmp.plugins.forms/jwebmp-data-tables "1.1.1.2-jre14"]
Apache Buildr
'com.jwebmp.plugins.forms:jwebmp-data-tables:jar:1.1.1.2-jre14'