Skip to main content

org.rascalmpl.salix-core

This is the documentation for version 0.2.9 of org.rascalmpl.salix-core.

Installation

To use org.rascalmpl.salix-core in a maven-based Rascal project, include the following dependency in the pom.xml file:

<dependencies>
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>salix-core</artifactId>
<version>0.2.9</version>
</dependency>
</dependencies>