This repository has been deprecated by the owner.

scalacenter / lsp4s   1.2.3

Apache License 2.0 GitHub

Scala implementation for JSON-RPC and Language Server Protocol

Scala versions: 2.12

jsonrpc 1.2.3


Group ID:
ch.epfl.scala
Artifact ID:
jsonrpc_2.12
Version:
1.2.3
Release Date:
Apr 4, 2019
Licenses:
Files:

libraryDependencies += "ch.epfl.scala" %% "jsonrpc" % "1.2.3"

Mill build tool

ivy"ch.epfl.scala::jsonrpc:1.2.3"

Scala CLI

//> using dep "ch.epfl.scala::jsonrpc:1.2.3"

Ammonite REPL

import $ivy.`ch.epfl.scala::jsonrpc:1.2.3`

<dependency>
  <groupId>ch.epfl.scala</groupId>
  <artifactId>jsonrpc_2.12</artifactId>
  <version>1.2.3</version>
</dependency>

compile group: 'ch.epfl.scala', name: 'jsonrpc_2.12', version: '1.2.3'