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