How to install the Java artifact org.scalameta.lsp4s_2.11 with Maven
Java
Maven
pom.xml
org.scalameta
lsp4s_2.11
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>lsp4s_2.11</artifactId>
<version>0.2.1</version>
</dependency>
/dependencies>