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