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