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