jsonrpc4s
A library to write JSON-RPC protocols for the Scala programming language.
Credits
This project is an evolution of lsp4s.
License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdme.vican.jorge |
ArtifactId | ArtifactIdjsonrpc4s_2.12 |
Last Version | Last Version1.0.0+23-a0cabe67 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjsonrpc4s
jsonrpc4s
|
Project Organization |
Project Organizationme.vican.jorge |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/me.vican.jorge/jsonrpc4s_2.12/ -->
<dependency>
<groupId>me.vican.jorge</groupId>
<artifactId>jsonrpc4s_2.12</artifactId>
<version>1.0.0+23-a0cabe67</version>
</dependency>
// https://jarcasting.com/artifacts/me.vican.jorge/jsonrpc4s_2.12/
implementation 'me.vican.jorge:jsonrpc4s_2.12:1.0.0+23-a0cabe67'
// https://jarcasting.com/artifacts/me.vican.jorge/jsonrpc4s_2.12/
implementation ("me.vican.jorge:jsonrpc4s_2.12:1.0.0+23-a0cabe67")
'me.vican.jorge:jsonrpc4s_2.12:jar:1.0.0+23-a0cabe67'
<dependency org="me.vican.jorge" name="jsonrpc4s_2.12" rev="1.0.0+23-a0cabe67">
<artifact name="jsonrpc4s_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.vican.jorge', module='jsonrpc4s_2.12', version='1.0.0+23-a0cabe67')
)
libraryDependencies += "me.vican.jorge" % "jsonrpc4s_2.12" % "1.0.0+23-a0cabe67"
[me.vican.jorge/jsonrpc4s_2.12 "1.0.0+23-a0cabe67"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.12 |
io.monix : monix_2.12 | jar | 3.2.2 |
com.outr : scribe_2.12 | jar | 2.7.10 |
com.github.plokhotnyuk.jsoniter-scala : jsoniter-scala-core_2.12 | jar | 2.6.0 |
Group / Artifact | Type | Version |
---|---|---|
com.github.plokhotnyuk.jsoniter-scala : jsoniter-scala-macros_2.12 | jar | 2.6.0 |
Group / Artifact | Type | Version |
---|---|---|
io.monix : minitest_2.12 | jar | 2.7.0 |
com.lihaoyi : pprint_2.12 | jar | 0.5.6 |
A library to write JSON-RPC protocols for the Scala programming language.
This project is an evolution of lsp4s.