Files download
File Operation
flow-dnd-23.5.4.jar download
flow-dnd-23.5.4.pom download
flow-dnd-23.5.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.vaadin</groupId>
  <artifactId>flow-dnd</artifactId>
  <version>23.5.4</version>
</dependency>
Gradle Groovy
implementation 'com.vaadin:flow-dnd:23.5.4'
Gradle Kotlin
implementation("com.vaadin:flow-dnd:23.5.4")
Scala SBT
libraryDependencies += "com.vaadin" % "flow-dnd" % "23.5.4"
Groovy Grape
@Grapes(
  @Grab(group='com.vaadin', module='flow-dnd', version='23.5.4')
)
Apache Ivy
<dependency org="com.vaadin" name="flow-dnd" rev="23.5.4" />
Leiningen
[com.vaadin/flow-dnd "23.5.4"]
Apache Buildr
'com.vaadin:flow-dnd:jar:23.5.4'