d

dist-datatables

WebJar for datatables.net
https://www.webjars.org
MIT
Files download
File Operation
dist-datatables-1.10.22.jar download
dist-datatables-1.10.22.pom download
dist-datatables-1.10.22-sources.jar download
Apache Maven
<dependency>
  <groupId>org.webjars.bowergithub.datatables</groupId>
  <artifactId>dist-datatables</artifactId>
  <version>1.10.22</version>
</dependency>
Gradle Groovy
implementation 'org.webjars.bowergithub.datatables:dist-datatables:1.10.22'
Gradle Kotlin
implementation("org.webjars.bowergithub.datatables:dist-datatables:1.10.22")
Scala SBT
libraryDependencies += "org.webjars.bowergithub.datatables" % "dist-datatables" % "1.10.22"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars.bowergithub.datatables', module='dist-datatables', version='1.10.22')
)
Apache Ivy
<dependency org="org.webjars.bowergithub.datatables" name="dist-datatables" rev="1.10.22" />
Leiningen
[org.webjars.bowergithub.datatables/dist-datatables "1.10.22"]
Apache Buildr
'org.webjars.bowergithub.datatables:dist-datatables:jar:1.10.22'