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