is not current version
Last Version 3.1

org.webjars:bootstrap-daterangepicker 2.1.24

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

2.1.24
Type

Type

jar

Download bootstrap-daterangepicker 2.1.24


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