Skip to content

Commit 48acd65

Browse files
javier-godoypaodb
authored andcommitted
doc: add Maven Install instructions
1 parent 658996b commit 48acd65

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,28 @@ Vaadin 14+ Java integration of [xterm.js](https://xtermjs.org/) terminal emulato
2424

2525
[Available in Vaadin Directory](https://vaadin.com/directory/component/xterm-console-addon)
2626

27+
### Maven install
28+
29+
Add the following dependencies in your pom.xml file:
30+
31+
```xml
32+
<dependency>
33+
<groupId>com.flowingcode.addons</groupId>
34+
<artifactId>xterm-console</artifactId>
35+
<version>X.Y.Z</version>
36+
</dependency>
37+
```
38+
<!-- the above dependency should be updated with latest released version information -->
39+
40+
```xml
41+
<repository>
42+
<id>vaadin-addons</id>
43+
<url>https://maven.vaadin.com/vaadin-addons</url>
44+
</repository>
45+
```
46+
47+
For SNAPSHOT versions see [here](https://maven.flowingcode.com/snapshots/).
48+
2749
## Building and running demo
2850

2951
- git clone repository

0 commit comments

Comments
 (0)