You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
7 days ago | |
---|---|---|
gradle/wrapper | 2 months ago | |
src/dorkbox/vaadin | 1 week ago | |
src9 | 7 days ago | |
.gitignore | 1 year ago | |
LICENSE | 1 week ago | |
LICENSE.Apachev2 | 1 year ago | |
LICENSE.MIT | 1 year ago | |
README.md | 1 week ago | |
build.gradle.kts | 1 week ago | |
gradle.properties | 1 year ago | |
gradlew | 11 months ago | |
gradlew.bat | 1 year ago | |
settings.gradle.kts | 1 year ago |
README.md
VaadinUndertow
Usage:
Maven Info
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>VaadinUndertow</artifactId>
<version>14.9.1</version>
</dependency>
</dependencies>
Gradle Info
dependencies {
...
implementation "com.dorkbox:VaadinUndertow:14.9.1"
}
License
This project is © 2020 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.