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