Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-select-plus |
Version | Version1.0.0-rc.5 |
Type | Typejar |
Filename | Size |
---|---|
react-select-plus-1.0.0-rc.5.pom | |
react-select-plus-1.0.0-rc.5.jar | 503 KB |
react-select-plus-1.0.0-rc.5-sources.jar | 22 bytes |
react-select-plus-1.0.0-rc.5-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-select-plus/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-select-plus</artifactId>
<version>1.0.0-rc.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-select-plus/
implementation 'org.webjars.npm:react-select-plus:1.0.0-rc.5'
// https://jarcasting.com/artifacts/org.webjars.npm/react-select-plus/
implementation ("org.webjars.npm:react-select-plus:1.0.0-rc.5")
'org.webjars.npm:react-select-plus:jar:1.0.0-rc.5'
<dependency org="org.webjars.npm" name="react-select-plus" rev="1.0.0-rc.5">
<artifact name="react-select-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-select-plus', version='1.0.0-rc.5')
)
libraryDependencies += "org.webjars.npm" % "react-select-plus" % "1.0.0-rc.5"
[org.webjars.npm/react-select-plus "1.0.0-rc.5"]