Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-beautiful-dnd |
Version | Version13.0.0-beta.1 |
Type | Typejar |
Filename | Size |
---|---|
react-beautiful-dnd-13.0.0-beta.1.pom | |
react-beautiful-dnd-13.0.0-beta.1.jar | 412 KB |
react-beautiful-dnd-13.0.0-beta.1-sources.jar | 22 bytes |
react-beautiful-dnd-13.0.0-beta.1-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>13.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-beautiful-dnd/
implementation 'org.webjars.npm:react-beautiful-dnd:13.0.0-beta.1'
// https://jarcasting.com/artifacts/org.webjars.npm/react-beautiful-dnd/
implementation ("org.webjars.npm:react-beautiful-dnd:13.0.0-beta.1")
'org.webjars.npm:react-beautiful-dnd:jar:13.0.0-beta.1'
<dependency org="org.webjars.npm" name="react-beautiful-dnd" rev="13.0.0-beta.1">
<artifact name="react-beautiful-dnd" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-beautiful-dnd', version='13.0.0-beta.1')
)
libraryDependencies += "org.webjars.npm" % "react-beautiful-dnd" % "13.0.0-beta.1"
[org.webjars.npm/react-beautiful-dnd "13.0.0-beta.1"]