Dear all,
MASON is now available in the Maven central repository. You can use the
following POM dependency in your Maven projects:
<dependency>
<groupId>edu.gmu.cs</groupId>
<artifactId>mason</artifactId>
<version>14.0</version>
<exclusions>
<exclusion>
<groupId>gnujaxp</groupId>
<artifactId>gnujaxp</artifactId>
</exclusion>
</exclusions>
</dependency>
Serban