Jar examples for c:commons-lsp
Base implementation of the Language Server Protocol
You can download jar file commons-lsp 2.1.0 in this page.
You can use the following script to add commons-lsp-2.1.0.jar to your project.
<dependency> <groupId>fr.cenotelie.commons</groupId> <artifactId>commons-lsp</artifactId> <version>2.1.0</version> </dependency>
compile group: 'fr.cenotelie.commons', name: 'commons-lsp', version: '2.1.0'
libraryDependencies += "fr.cenotelie.commons" % "commons-lsp" % "2.1.0"
<dependency org="fr.cenotelie.commons" name="commons-lsp" rev="2.1.0"/>
@Grapes(@Grab(group='fr.cenotelie.commons', module='commons-lsp', version='2.1.0'))
'fr.cenotelie.commons:commons-lsp:jar:2.1.0'
Click the following link to download the jar file.
commons-lsp-2.1.0-javadoc.jar