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