Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.webjars.bowergithub.datatables |
ArtifactId | ArtifactIddist-datatables-bootstrap4 |
Version | Version1.10.20 |
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.10.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.datatables/dist-datatables-bootstrap4/
implementation 'org.webjars.bowergithub.datatables:dist-datatables-bootstrap4:1.10.20'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.datatables/dist-datatables-bootstrap4/
implementation ("org.webjars.bowergithub.datatables:dist-datatables-bootstrap4:1.10.20")
'org.webjars.bowergithub.datatables:dist-datatables-bootstrap4:jar:1.10.20'
<dependency org="org.webjars.bowergithub.datatables" name="dist-datatables-bootstrap4" rev="1.10.20">
<artifact name="dist-datatables-bootstrap4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.datatables', module='dist-datatables-bootstrap4', version='1.10.20')
)
libraryDependencies += "org.webjars.bowergithub.datatables" % "dist-datatables-bootstrap4" % "1.10.20"
[org.webjars.bowergithub.datatables/dist-datatables-bootstrap4 "1.10.20"]