VaadinUndertow/README.md
2021-09-17 17:48:12 +02:00

877 B

VaadinUndertow

Dorkbox Github Gitlab

Usage:

   

Maven Info

<dependencies>
    ...
    <dependency>
      <groupId>com.dorkbox</groupId>
      <artifactId>VaadinUndertow</artifactId>
      <version>1.0</version>
    </dependency>
</dependencies>

Gradle Info

dependencies {
    ...
    implementation "com.dorkbox:VaadinUndertow:1.0"
}

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.