Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-bootstrap-typeahead |
Version | Version1.4.2 |
Type | Typejar |
Filename | Size |
---|---|
react-bootstrap-typeahead-1.4.2.pom | |
react-bootstrap-typeahead-1.4.2.jar | 204 KB |
react-bootstrap-typeahead-1.4.2-sources.jar | 22 bytes |
react-bootstrap-typeahead-1.4.2-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap-typeahead/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-bootstrap-typeahead</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap-typeahead/
implementation 'org.webjars.npm:react-bootstrap-typeahead:1.4.2'
// https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap-typeahead/
implementation ("org.webjars.npm:react-bootstrap-typeahead:1.4.2")
'org.webjars.npm:react-bootstrap-typeahead:jar:1.4.2'
<dependency org="org.webjars.npm" name="react-bootstrap-typeahead" rev="1.4.2">
<artifact name="react-bootstrap-typeahead" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-bootstrap-typeahead', version='1.4.2')
)
libraryDependencies += "org.webjars.npm" % "react-bootstrap-typeahead" % "1.4.2"
[org.webjars.npm/react-bootstrap-typeahead "1.4.2"]