Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-icons |
Version | Version2.2.5 |
Type | Typejar |
Filename | Size |
---|---|
react-icons-2.2.5.pom | |
react-icons-2.2.5.jar | 3 MB |
react-icons-2.2.5-sources.jar | 22 bytes |
react-icons-2.2.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>2.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-icons/
implementation 'org.webjars.npm:react-icons:2.2.5'
// https://jarcasting.com/artifacts/org.webjars.npm/react-icons/
implementation ("org.webjars.npm:react-icons:2.2.5")
'org.webjars.npm:react-icons:jar:2.2.5'
<dependency org="org.webjars.npm" name="react-icons" rev="2.2.5">
<artifact name="react-icons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-icons', version='2.2.5')
)
libraryDependencies += "org.webjars.npm" % "react-icons" % "2.2.5"
[org.webjars.npm/react-icons "2.2.5"]