Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.webjars.bowergithub.datatables |
ArtifactId | ArtifactIddist-datatables-bootstrap4 |
Version | Version1.11.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.datatables/dist-datatables-bootstrap4/ -->
<dependency>
<groupId>org.webjars.bowergithub.datatables</groupId>
<artifactId>dist-datatables-bootstrap4</artifactId>
<version>1.11.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.datatables/dist-datatables-bootstrap4/
implementation 'org.webjars.bowergithub.datatables:dist-datatables-bootstrap4:1.11.3'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.datatables/dist-datatables-bootstrap4/
implementation ("org.webjars.bowergithub.datatables:dist-datatables-bootstrap4:1.11.3")
'org.webjars.bowergithub.datatables:dist-datatables-bootstrap4:jar:1.11.3'
<dependency org="org.webjars.bowergithub.datatables" name="dist-datatables-bootstrap4" rev="1.11.3">
<artifact name="dist-datatables-bootstrap4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.datatables', module='dist-datatables-bootstrap4', version='1.11.3')
)
libraryDependencies += "org.webjars.bowergithub.datatables" % "dist-datatables-bootstrap4" % "1.11.3"
[org.webjars.bowergithub.datatables/dist-datatables-bootstrap4 "1.11.3"]