Added vaadin flow-client + flow-server

master
Robinson 2021-09-22 02:58:19 +02:00
parent cdeea35666
commit 9334abbb6a
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 12 additions and 0 deletions

View File

@ -581,6 +581,18 @@ object AppLicensing {
author("Vaadin Ltd.")
url("https://github.com/vaadin/")
}),
L("com.vaadin:flow-client",
LicenseData("Vaadin", License.APACHE_2).apply {
description("An open platform for building modern web apps for Java back ends")
author("Vaadin Ltd.")
url("https://github.com/vaadin/")
}),
L("com.vaadin:flow-server",
LicenseData("Vaadin", License.APACHE_2).apply {
description("An open platform for building modern web apps for Java back ends")
author("Vaadin Ltd.")
url("https://github.com/vaadin/")
}),
L("com.vaadin.componentfactory",
LicenseData("Vaadin Components", License.APACHE_2).apply {
description("Components for Vaadin")