is not current version
Last Version 2.1.4

org.webjars:react-dnd 2.0.2

WebJar for React DnD

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

react-dnd
Version

Version

2.0.2
Type

Type

jar

Download react-dnd 2.0.2


<!-- https://jarcasting.com/artifacts/org.webjars/react-dnd/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>react-dnd</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/react-dnd/
implementation 'org.webjars:react-dnd:2.0.2'
// https://jarcasting.com/artifacts/org.webjars/react-dnd/
implementation ("org.webjars:react-dnd:2.0.2")
'org.webjars:react-dnd:jar:2.0.2'
<dependency org="org.webjars" name="react-dnd" rev="2.0.2">
  <artifact name="react-dnd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='react-dnd', version='2.0.2')
)
libraryDependencies += "org.webjars" % "react-dnd" % "2.0.2"
[org.webjars/react-dnd "2.0.2"]