| License |
License |
|---|---|
| Categories |
CategoriesReact User Interface Web Frameworks |
| GroupId | GroupIdorg.webjars |
| ArtifactId | ArtifactIdreact-dnd |
| Last Version | Last Version2.1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionReact DnD
WebJar for React DnD
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| react-dnd-2.1.4.pom | |
| react-dnd-2.1.4.jar | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/react-dnd/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>react-dnd</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/react-dnd/
implementation 'org.webjars:react-dnd:2.1.4'
// https://jarcasting.com/artifacts/org.webjars/react-dnd/
implementation ("org.webjars:react-dnd:2.1.4")
'org.webjars:react-dnd:jar:2.1.4'
<dependency org="org.webjars" name="react-dnd" rev="2.1.4">
<artifact name="react-dnd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='react-dnd', version='2.1.4')
)
libraryDependencies += "org.webjars" % "react-dnd" % "2.1.4"
[org.webjars/react-dnd "2.1.4"]