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.4-jre8.jar download
jwebmp-data-tables-1.1.1.4-jre8.pom download
jwebmp-data-tables-1.1.1.4-jre8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jwebmp.plugins.forms</groupId>
  <artifactId>jwebmp-data-tables</artifactId>
  <version>1.1.1.4-jre8</version>
</dependency>
Gradle Groovy
implementation 'com.jwebmp.plugins.forms:jwebmp-data-tables:1.1.1.4-jre8'
Gradle Kotlin
implementation("com.jwebmp.plugins.forms:jwebmp-data-tables:1.1.1.4-jre8")
Scala SBT
libraryDependencies += "com.jwebmp.plugins.forms" % "jwebmp-data-tables" % "1.1.1.4-jre8"
Groovy Grape
@Grapes(
  @Grab(group='com.jwebmp.plugins.forms', module='jwebmp-data-tables', version='1.1.1.4-jre8')
)
Apache Ivy
<dependency org="com.jwebmp.plugins.forms" name="jwebmp-data-tables" rev="1.1.1.4-jre8" />
Leiningen
[com.jwebmp.plugins.forms/jwebmp-data-tables "1.1.1.4-jre8"]
Apache Buildr
'com.jwebmp.plugins.forms:jwebmp-data-tables:jar:1.1.1.4-jre8'