License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-icons |
Version | Version3.0.0-beta.5 |
Type | Typejar |
Description |
Descriptionreact-icons
WebJar for react-icons
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
react-icons-3.0.0-beta.5.pom | |
react-icons-3.0.0-beta.5.jar | 1 MB |
react-icons-3.0.0-beta.5-sources.jar | 22 bytes |
react-icons-3.0.0-beta.5-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-icons/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-icons</artifactId>
<version>3.0.0-beta.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-icons/
implementation 'org.webjars.npm:react-icons:3.0.0-beta.5'
// https://jarcasting.com/artifacts/org.webjars.npm/react-icons/
implementation ("org.webjars.npm:react-icons:3.0.0-beta.5")
'org.webjars.npm:react-icons:jar:3.0.0-beta.5'
<dependency org="org.webjars.npm" name="react-icons" rev="3.0.0-beta.5">
<artifact name="react-icons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-icons', version='3.0.0-beta.5')
)
libraryDependencies += "org.webjars.npm" % "react-icons" % "3.0.0-beta.5"
[org.webjars.npm/react-icons "3.0.0-beta.5"]