Categories |
CategoriesReact User Interface Web Frameworks Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-autosuggest |
Version | Version9.4.3 |
Type | Typejar |
Filename | Size |
---|---|
react-autosuggest-9.4.3.pom | |
react-autosuggest-9.4.3.jar | 48 KB |
react-autosuggest-9.4.3-sources.jar | 22 bytes |
react-autosuggest-9.4.3-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-autosuggest/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-autosuggest</artifactId>
<version>9.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-autosuggest/
implementation 'org.webjars.npm:react-autosuggest:9.4.3'
// https://jarcasting.com/artifacts/org.webjars.npm/react-autosuggest/
implementation ("org.webjars.npm:react-autosuggest:9.4.3")
'org.webjars.npm:react-autosuggest:jar:9.4.3'
<dependency org="org.webjars.npm" name="react-autosuggest" rev="9.4.3">
<artifact name="react-autosuggest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-autosuggest', version='9.4.3')
)
libraryDependencies += "org.webjars.npm" % "react-autosuggest" % "9.4.3"
[org.webjars.npm/react-autosuggest "9.4.3"]