org.rascalmpl.python-air
This is the documentation for version 0.0.12 of org.rascalmpl.python-air.
- API documentation
- Stackoverflow questions
- Release notes
- Open-source license
- How to cite this software
- Funding sources sources.
Installation
To use org.rascalmpl.python-air in a maven-based Rascal project, include the following dependency in the pom.xml file:
<dependencies>
<dependency>
<groupId>org.rascalmpl</groupId>
<artifactId>python-air</artifactId>
<version>0.0.12</version>
</dependency>
</dependencies>