is not current version
Last Version 2.2.4

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

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.0.0
Type

Type

jar

Download vaadin-flow-dui 2.0.0


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