Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-bootstrap-multiselect |
Version | Version0.6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap-multiselect/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-bootstrap-multiselect</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap-multiselect/
implementation 'org.webjars.npm:react-bootstrap-multiselect:0.6.0'
// https://jarcasting.com/artifacts/org.webjars.npm/react-bootstrap-multiselect/
implementation ("org.webjars.npm:react-bootstrap-multiselect:0.6.0")
'org.webjars.npm:react-bootstrap-multiselect:jar:0.6.0'
<dependency org="org.webjars.npm" name="react-bootstrap-multiselect" rev="0.6.0">
<artifact name="react-bootstrap-multiselect" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-bootstrap-multiselect', version='0.6.0')
)
libraryDependencies += "org.webjars.npm" % "react-bootstrap-multiselect" % "0.6.0"
[org.webjars.npm/react-bootstrap-multiselect "0.6.0"]