MVN

fr.cenotelie.commons : commons-lsp

Maven & Gradle

Jun 26, 2020
3 usages
0 stars

Cénotélie Commons - Language Server Protocol · Base implementation of the Language Server Protocol

<dependency>
    <groupId>fr.cenotelie.commons</groupId>
    <artifactId>commons-lsp</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.cenotelie.commons : commons-lsp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of fr.cenotelie.commons : commons-lsp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
commons-lsp-2.2.1
commons-lsp-2.2.0
2.1.x
commons-lsp-2.1.1
commons-lsp-2.1.0
2.0.x
commons-lsp-2.0.1
commons-lsp-2.0.0
1.0.x
commons-lsp-1.0.0

How to add a dependency to Maven

Add the following fr.cenotelie.commons : commons-lsp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.cenotelie.commons</groupId>
    <artifactId>commons-lsp</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.cenotelie.commons : commons-lsp gradle dependency to your build.gradle file:

implementation 'fr.cenotelie.commons:commons-lsp:2.2.1'

Gradle Kotlin DSL: Add the following fr.cenotelie.commons : commons-lsp gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.cenotelie.commons:commons-lsp:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.cenotelie.commons : commons-lsp sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.cenotelie.commons" % "commons-lsp" % "2.2.1"

Advertisement