MVN

org.eclipse.glsp : org.eclipse.glsp.api

Maven & Gradle

Apr 20, 2020
3 usages
32 stars

GLSP server API definition

<dependency>
    <groupId>org.eclipse.glsp</groupId>
    <artifactId>org.eclipse.glsp.api</artifactId>
    <version>0.8.0-rc-02</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.glsp : org.eclipse.glsp.api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.0-rc-02
  • Latest Release Candidate: 0.8.0-rc-02

All Versions

Choose a version of org.eclipse.glsp : org.eclipse.glsp.api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
org.eclipse.glsp.api-0.8.0-rc-02
org.eclipse.glsp.api-0.8.0-rc-01
0.7.x
org.eclipse.glsp.api-0.7.0-RC-01

How to add a dependency to Maven

Add the following org.eclipse.glsp : org.eclipse.glsp.api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.glsp</groupId>
    <artifactId>org.eclipse.glsp.api</artifactId>
    <version>0.8.0-rc-02</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.glsp : org.eclipse.glsp.api gradle dependency to your build.gradle file:

implementation 'org.eclipse.glsp:org.eclipse.glsp.api:0.8.0-rc-02'

Gradle Kotlin DSL: Add the following org.eclipse.glsp : org.eclipse.glsp.api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.glsp:org.eclipse.glsp.api:0.8.0-rc-02")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.glsp : org.eclipse.glsp.api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.glsp" % "org.eclipse.glsp.api" % "0.8.0-rc-02"

Advertisement