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