is not current version
Last Version 2.2.4

de.codecamp.vaadin:vaadin-flow-dui 2.2.1

Declarative UI in the style of Vaadin 8 implemented for Vaadin Flow.

Categories

Categories

Vaadin User Interface Web Frameworks
GroupId

GroupId

de.codecamp.vaadin
ArtifactId

ArtifactId

vaadin-flow-dui
Version

Version

2.2.1
Type

Type

jar

Download vaadin-flow-dui 2.2.1


<!-- https://jarcasting.com/artifacts/de.codecamp.vaadin/vaadin-flow-dui/ -->
<dependency>
    <groupId>de.codecamp.vaadin</groupId>
    <artifactId>vaadin-flow-dui</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecamp.vaadin/vaadin-flow-dui/
implementation 'de.codecamp.vaadin:vaadin-flow-dui:2.2.1'
// https://jarcasting.com/artifacts/de.codecamp.vaadin/vaadin-flow-dui/
implementation ("de.codecamp.vaadin:vaadin-flow-dui:2.2.1")
'de.codecamp.vaadin:vaadin-flow-dui:jar:2.2.1'
<dependency org="de.codecamp.vaadin" name="vaadin-flow-dui" rev="2.2.1">
  <artifact name="vaadin-flow-dui" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecamp.vaadin', module='vaadin-flow-dui', version='2.2.1')
)
libraryDependencies += "de.codecamp.vaadin" % "vaadin-flow-dui" % "2.2.1"
[de.codecamp.vaadin/vaadin-flow-dui "2.2.1"]