Source code examples from the book Software Engineering: A Modern Approach.
Most examples are implemented in Java. Therefore, you need to have the following installed on your machine:
- A Java distribution, such as Eclipse Temurin
- Maven, a dependency manager
To check whether both are correctly installed, run:
java -version
mvn -v