File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments