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