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