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