Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdtypes__react-addons-test-utils |
Version | Version0.14.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/types__react-addons-test-utils/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>types__react-addons-test-utils</artifactId>
<version>0.14.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/types__react-addons-test-utils/
implementation 'org.webjars.npm:types__react-addons-test-utils:0.14.14'
// https://jarcasting.com/artifacts/org.webjars.npm/types__react-addons-test-utils/
implementation ("org.webjars.npm:types__react-addons-test-utils:0.14.14")
'org.webjars.npm:types__react-addons-test-utils:jar:0.14.14'
<dependency org="org.webjars.npm" name="types__react-addons-test-utils" rev="0.14.14">
<artifact name="types__react-addons-test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='types__react-addons-test-utils', version='0.14.14')
)
libraryDependencies += "org.webjars.npm" % "types__react-addons-test-utils" % "0.14.14"
[org.webjars.npm/types__react-addons-test-utils "0.14.14"]