This is my working repository for all lab assignments on the course "Software Engineering in Practice" for the Spring Semester 2022. The course is being taught by professor Diomidis Spinellis and all labs are being overseen by his assistant, Mrs Zoe Kotti. For any feedback, queries or questions, please email the owner of this repository at [email protected].
For this repository, the author uses the following technologies:
- Java version 1.8 or later
- Maven
- Clone this repository
- Choose yor module
- Run Maven install (This produces a jar file and places in the target folder of the module)
- Run java -jar <'jar's path>
Dimitris Papakyriakopoulos