Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdtypes__react-dom |
Version | Version0.14.21 |
Type | Typejar |
Filename | Size |
---|---|
types__react-dom-0.14.21.pom | |
types__react-dom-0.14.21.jar | 5 KB |
types__react-dom-0.14.21-sources.jar | 22 bytes |
types__react-dom-0.14.21-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>0.14.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/types__react-dom/
implementation 'org.webjars.npm:types__react-dom:0.14.21'
// https://jarcasting.com/artifacts/org.webjars.npm/types__react-dom/
implementation ("org.webjars.npm:types__react-dom:0.14.21")
'org.webjars.npm:types__react-dom:jar:0.14.21'
<dependency org="org.webjars.npm" name="types__react-dom" rev="0.14.21">
<artifact name="types__react-dom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='types__react-dom', version='0.14.21')
)
libraryDependencies += "org.webjars.npm" % "types__react-dom" % "0.14.21"
[org.webjars.npm/types__react-dom "0.14.21"]