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