Skip to content

Commit

Permalink
docs: add maven install section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paodb committed Oct 25, 2023
1 parent a363e31 commit 473e59a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,27 @@ Try the add-on demo at http://addonsv14.flowingcode.com/twincolgrid

Official releases are available at Vaadin Directory https://vaadin.com/directory/component/twincolgrid-add-on

### Maven install

Add the following dependencies in your pom.xml file:

```xml
<dependency>
<groupId>com.flowingcode.vaadin.addons</groupId>
<artifactId>twincolgrid</artifactId>
<version>X.Y.Z</version>
</dependency>
```

```xml
<repository>
<id>vaadin-addons</id>
<url>https://maven.vaadin.com/vaadin-addons</url>
</repository>
```

For SNAPSHOT versions see [here](https://maven.flowingcode.com/snapshots/).

## Building and running demo
```
git clone https://github.com/FlowingCode/TwinColGrid
Expand Down

0 comments on commit 473e59a

Please sign in to comment.