Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-16-bootstrap-date-picker |
Version | Version5.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-16-bootstrap-date-picker/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-16-bootstrap-date-picker</artifactId>
<version>5.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-16-bootstrap-date-picker/
implementation 'org.webjars.npm:react-16-bootstrap-date-picker:5.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/react-16-bootstrap-date-picker/
implementation ("org.webjars.npm:react-16-bootstrap-date-picker:5.1.1")
'org.webjars.npm:react-16-bootstrap-date-picker:jar:5.1.1'
<dependency org="org.webjars.npm" name="react-16-bootstrap-date-picker" rev="5.1.1">
<artifact name="react-16-bootstrap-date-picker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-16-bootstrap-date-picker', version='5.1.1')
)
libraryDependencies += "org.webjars.npm" % "react-16-bootstrap-date-picker" % "5.1.1"
[org.webjars.npm/react-16-bootstrap-date-picker "5.1.1"]