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