is not current version
Last Version 3.1

org.webjars:bootstrap-daterangepicker 3.0.3

A JavaScript component for choosing date ranges. Designed to work with the Bootstrap CSS framework.

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

bootstrap-daterangepicker
Version

Version

3.0.3
Type

Type

jar

Download bootstrap-daterangepicker 3.0.3


<!-- https://jarcasting.com/artifacts/org.webjars/bootstrap-daterangepicker/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>bootstrap-daterangepicker</artifactId>
    <version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootstrap-daterangepicker/
implementation 'org.webjars:bootstrap-daterangepicker:3.0.3'
// https://jarcasting.com/artifacts/org.webjars/bootstrap-daterangepicker/
implementation ("org.webjars:bootstrap-daterangepicker:3.0.3")
'org.webjars:bootstrap-daterangepicker:jar:3.0.3'
<dependency org="org.webjars" name="bootstrap-daterangepicker" rev="3.0.3">
  <artifact name="bootstrap-daterangepicker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootstrap-daterangepicker', version='3.0.3')
)
libraryDependencies += "org.webjars" % "bootstrap-daterangepicker" % "3.0.3"
[org.webjars/bootstrap-daterangepicker "3.0.3"]