VaadinUndertow/README.md

44 lines
880 B
Markdown
Raw Permalink Normal View History

2021-09-17 17:47:36 +02:00
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>
2023-06-12 23:40:11 +02:00
<version>14.10</version>
2021-09-17 17:47:36 +02:00
</dependency>
</dependencies>
```
Gradle Info
---------
```
dependencies {
...
2023-06-12 23:40:11 +02:00
implementation "com.dorkbox:VaadinUndertow:14.10"
2021-09-17 17:47:36 +02:00
}
````
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.