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