You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ See keyword [documentation](https://eficode.github.io/JavaFXLibrary/javafxlibrar
11
11
12
12
## Taking the library into use
13
13
### As a local library
14
-
1. Download JavaFXLibrary jar file from [releases](https://github.com/eficode/JavaFXLibrary/releases/)
14
+
1. Download JavaFXLibrary jar file from [releases](https://github.com/eficode/JavaFXLibrary/releases/) or [Maven Central](https://search.maven.org/artifact/org.robotframework/javafxlibrary).
1. Download JavaFXLibrary jar file from [releases](https://github.com/eficode/JavaFXLibrary/releases/)
26
+
1. Download JavaFXLibrary jar file from [releases](https://github.com/eficode/JavaFXLibrary/releases/) or [Maven Central](https://search.maven.org/artifact/org.robotframework/javafxlibrary).
27
27
2. Start JavaFXLibrary as a remote library: `java -jar javafxlibrary-<version>.jar`
28
28
- Remote library starts in port [8270](http://localhost:8270) by default.
29
29
- Port number can also be defined in the start command: `java -jar javafxlibrary-<version>.jar 1234`
0 commit comments