Skip to main content

org.rascalmpl.java-air

This is the documentation for version 1.0.1 of org.rascalmpl.java-air.

Installation

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

<dependencies>
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>java-air</artifactId>
<version>1.0.1</version>
</dependency>
</dependencies>