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