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