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