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