Common classes and interfaces used throughout the compiler project.
<dependency>
<groupId>edu.vassar.cs.cmpu331</groupId>
<artifactId>common</artifactId>
<version>1.0.0</version>
</dependency>
- It is always a good idea to check the
pom.xml
file to ensure you are using the latest version of the module. - If Maven complains about not being able to resolve the dependency it means that you do not have the settings.xml file in place.