VaadinUndertow/README.md
2023-01-21 16:30:07 +01:00

44 lines
882 B
Markdown

VaadinUndertow
==========
###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/VaadinUndertow) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/VaadinUndertow) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](https://gitlab.com/dorkbox/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.