com.github.fluorumlabs.disconnect.vaadin.Vaadin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of disconnect-vaadin Show documentation
Show all versions of disconnect-vaadin Show documentation
Vaadin components bindings for Disconnect Zero
The newest version!
package com.github.fluorumlabs.disconnect.vaadin;
import com.github.fluorumlabs.disconnect.core.annotations.NpmPackage;
@NpmPackage(
name = "@vaadin/vaadin",
version = Vaadin.VERSION
)
public final class Vaadin {
public static final String VERSION = "15.0.0-beta1";
private Vaadin() {
}
}