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