Skip to content

Commit d8e38cd

Browse files
paodbjavier-godoy
authored andcommitted
docs: add maven install section to readme
1 parent 2260c3e commit d8e38cd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,27 @@ Try the add-on demo at http://addonsv14.flowingcode.com/twincolgrid
2222

2323
Official 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
```
2748
git clone https://github.com/FlowingCode/TwinColGrid

0 commit comments

Comments
 (0)