License |
License |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdbootstrap-daterangepicker |
Last Version | Last Version3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBootstrap Date Range Picker
A JavaScript component for choosing date ranges. Designed to work with the Bootstrap CSS framework.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bootstrap-daterangepicker-3.1.pom | |
bootstrap-daterangepicker-3.1.jar | 16 KB |
bootstrap-daterangepicker-3.1-javadoc.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/bootstrap-daterangepicker/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap-daterangepicker</artifactId>
<version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootstrap-daterangepicker/
implementation 'org.webjars:bootstrap-daterangepicker:3.1'
// https://jarcasting.com/artifacts/org.webjars/bootstrap-daterangepicker/
implementation ("org.webjars:bootstrap-daterangepicker:3.1")
'org.webjars:bootstrap-daterangepicker:jar:3.1'
<dependency org="org.webjars" name="bootstrap-daterangepicker" rev="3.1">
<artifact name="bootstrap-daterangepicker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootstrap-daterangepicker', version='3.1')
)
libraryDependencies += "org.webjars" % "bootstrap-daterangepicker" % "3.1"
[org.webjars/bootstrap-daterangepicker "3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.webjars : bootstrap | jar | [3.0.0,) |
org.webjars : momentjs | jar | [2.9.0,) |