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