Files download
File Operation
datatables4j-core-parent-0.8.3.pom download
Apache Maven
<dependency>
  <groupId>com.github.datatables4j</groupId>
  <artifactId>datatables4j-core-parent</artifactId>
  <version>0.8.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.datatables4j:datatables4j-core-parent:0.8.3'
Gradle Kotlin
implementation("com.github.datatables4j:datatables4j-core-parent:0.8.3")
Scala SBT
libraryDependencies += "com.github.datatables4j" % "datatables4j-core-parent" % "0.8.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.datatables4j', module='datatables4j-core-parent', version='0.8.3')
)
Apache Ivy
<dependency org="com.github.datatables4j" name="datatables4j-core-parent" rev="0.8.3" />
Leiningen
[com.github.datatables4j/datatables4j-core-parent "0.8.3"]
Apache Buildr
'com.github.datatables4j:datatables4j-core-parent:jar:0.8.3'