Skip to content

vassar-cmpu-331/Common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMPU-331 Common

Common classes and interfaces used throughout the compiler project.

Maven Coordinates

<dependency> 
	<groupId>edu.vassar.cs.cmpu331</groupId>
	<artifactId>common</artifactId>
	<version>1.0.0</version>
</dependency>

Notes

  1. It is always a good idea to check the pom.xml file to ensure you are using the latest version of the module.
  2. If Maven complains about not being able to resolve the dependency it means that you do not have the settings.xml file in place.

About

Common classes used throughout the compiler project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages