<dependency> <groupId>org.webjars</groupId> <artifactId>datatables</artifactId> <version>2.1.8</version> </dependency>
implementation 'org.webjars:datatables:2.1.8'
implementation("org.webjars:datatables:2.1.8")
libraryDependencies += "org.webjars" % "datatables" % "2.1.8"
@Grapes( @Grab(group='org.webjars', module='datatables', version='2.1.8') )
<dependency org="org.webjars" name="datatables" rev="2.1.8" />
[org.webjars/datatables "2.1.8"]
'org.webjars:datatables:jar:2.1.8'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.webjars:jquery:1.11.1