GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdbootstrap-datepicker |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-datepicker-1.3.0.pom | |
bootstrap-datepicker-1.3.0.jar | 109 KB |
bootstrap-datepicker-1.3.0-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/bootstrap-datepicker/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap-datepicker</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/bootstrap-datepicker/
implementation 'org.webjars:bootstrap-datepicker:1.3.0'
// https://jarcasting.com/artifacts/org.webjars/bootstrap-datepicker/
implementation ("org.webjars:bootstrap-datepicker:1.3.0")
'org.webjars:bootstrap-datepicker:jar:1.3.0'
<dependency org="org.webjars" name="bootstrap-datepicker" rev="1.3.0">
<artifact name="bootstrap-datepicker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='bootstrap-datepicker', version='1.3.0')
)
libraryDependencies += "org.webjars" % "bootstrap-datepicker" % "1.3.0"
[org.webjars/bootstrap-datepicker "1.3.0"]