Skip to main content

edu.appstate.cs.rascal-git

This is the documentation for version 0.1.17 of edu.appstate.cs.rascal-git.

Installation

To use edu.appstate.cs.rascal-git in a maven-based Rascal project, include the following dependency in the pom.xml file:

<dependencies>
<dependency>
<groupId>edu.appstate.cs</groupId>
<artifactId>rascal-git</artifactId>
<version>0.1.17</version>
</dependency>
</dependencies>