unc-vaadin-components: # UNC Vaadin Components
UNC Vaadin Components is a Vaadin wrapper for UNC Web Components.
Usage
- Use your dependencies manager to include this library. Example with Maven:
<dependency>
<groupId>org.vaadin.addons.unc</groupId>
<artifactId>unc-vaadin-components</artifactId>
<version>${unc-vaadin-components.version}</version>
</dependency>