GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdbootstrap-datepicker |
Version | Version1.4.1 |
Type | Typejar |
Filename | Size |
---|---|
bootstrap-datepicker-1.4.1.pom | |
bootstrap-datepicker-1.4.1.jar | 531 KB |
bootstrap-datepicker-1.4.1-sources.jar | 22 bytes |
bootstrap-datepicker-1.4.1-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.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-datepicker/
implementation 'org.webjars.npm:bootstrap-datepicker:1.4.1'
// https://jarcasting.com/artifacts/org.webjars.npm/bootstrap-datepicker/
implementation ("org.webjars.npm:bootstrap-datepicker:1.4.1")
'org.webjars.npm:bootstrap-datepicker:jar:1.4.1'
<dependency org="org.webjars.npm" name="bootstrap-datepicker" rev="1.4.1">
<artifact name="bootstrap-datepicker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='bootstrap-datepicker', version='1.4.1')
)
libraryDependencies += "org.webjars.npm" % "bootstrap-datepicker" % "1.4.1"
[org.webjars.npm/bootstrap-datepicker "1.4.1"]