File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,27 @@ Try the add-on demo at http://addonsv14.flowingcode.com/twincolgrid
2222
2323Official releases are available at Vaadin Directory https://vaadin.com/directory/component/twincolgrid-add-on
2424
25+ ### Maven install
26+
27+ Add the following dependencies in your pom.xml file:
28+
29+ ``` xml
30+ <dependency >
31+ <groupId >com.flowingcode.vaadin.addons</groupId >
32+ <artifactId >twincolgrid</artifactId >
33+ <version >X.Y.Z</version >
34+ </dependency >
35+ ```
36+
37+ ``` xml
38+ <repository >
39+ <id >vaadin-addons</id >
40+ <url >https://maven.vaadin.com/vaadin-addons</url >
41+ </repository >
42+ ```
43+
44+ For SNAPSHOT versions see [ here] ( https://maven.flowingcode.com/snapshots/ ) .
45+
2546## Building and running demo
2647```
2748git clone https://github.com/FlowingCode/TwinColGrid
You can’t perform that action at this time.
0 commit comments