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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,12 +156,14 @@ This was round-trip about the major features of VEVOS_Generation. Further featur
156
156
157
157
## Setup
158
158
159
+
VEVOS_Generation is a Java16 library and Maven project.
159
160
You may include VEVOS_Generation as a pre-build `jar` file or build it on your own.
160
-
The `jar` file can be found at TODO.
161
+
The `jar` file can be found in the releases of this repository.
161
162
162
163
### Build
163
164
164
-
To initialize to local maven repository for the libraries we use, run the following as maven targets:
165
+
VEVOS_Generation comes with three dependencies that are not available in the maven repositories and thus are included as pre-built jar files in `src/main/resources/lib`.
166
+
To initialize the local maven repository for the libraries we use, run the following as maven targets:
0 commit comments