Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-select-plus |
Version | Version1.0.0-rc.1.patch3 |
Type | Typejar |
<!-- 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.1.patch3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-select-plus/
implementation 'org.webjars.npm:react-select-plus:1.0.0-rc.1.patch3'
// https://jarcasting.com/artifacts/org.webjars.npm/react-select-plus/
implementation ("org.webjars.npm:react-select-plus:1.0.0-rc.1.patch3")
'org.webjars.npm:react-select-plus:jar:1.0.0-rc.1.patch3'
<dependency org="org.webjars.npm" name="react-select-plus" rev="1.0.0-rc.1.patch3">
<artifact name="react-select-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-select-plus', version='1.0.0-rc.1.patch3')
)
libraryDependencies += "org.webjars.npm" % "react-select-plus" % "1.0.0-rc.1.patch3"
[org.webjars.npm/react-select-plus "1.0.0-rc.1.patch3"]