Skip to main content

org.rascalmpl.clair

This is the documentation for version 0.13.3 of org.rascalmpl.clair.

Installation

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

<dependencies>
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>clair</artifactId>
<version>0.13.3</version>
</dependency>
</dependencies>