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