Cénotélie Commons - Language Server Protocol

Base implementation of the Language Server Protocol

Лицензия

Лицензия

Группа

Группа

fr.cenotelie.commons
Идентификатор

Идентификатор

commons-lsp
Последняя версия

Последняя версия

2.2.1
Дата

Дата

Тип

Тип

bundle
Описание

Описание

Cénotélie Commons - Language Server Protocol
Base implementation of the Language Server Protocol
Ссылка на сайт

Ссылка на сайт

https://cenotelie.fr/commons
Организация-разработчик

Организация-разработчик

Association Cénotélie

Скачать commons-lsp

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
fr.cenotelie.commons : commons-jsonrpc jar 2.2.1

Модули Проекта

Данный проект не имеет модулей.

Cénotélie Commons

Build Status

Cénotélie Commons is a set of useful Java API that can be leveraged for other projects. Commons provides general utility APIs and implementation of other specifications, most notably:

How do I use this software?

Cénotélie Commons bundle are intended to be primarily used as libraries in other projects. You can add them as dependencies into your project. For example, the implementation of the Language Server Protocol can be added as a Maven dependency with:

<dependency>
    <groupId>fr.cenotelie.commons</groupId>
    <artifactId>commons-lsp</artifactId>
    <version>1.0.0</version>
    <scope>compile</scope>
</dependency>

Repository structure

  • utils: General utility APIs, including the JSON parser.
  • jsonrpc: Implementation of JSON-RPC
  • lsp: Implementation of Language Server Protocol
  • p2uploader: Maven plugin to upload Eclipse Update Sites to a web server

How to build

To build the artifacts in this repository using Maven:

$ mvn clean install -Dgpg.skip=true

How can I contribute?

The simplest way to contribute is to:

  • Fork this repository on Bitbucket.
  • Fix some issue or implement a new feature.
  • Create a pull request on Bitbucket.

Patches can also be submitted by email, or through the issue management system.

The isse tracker may contain tickets that are accessible to newcomers. Look for tickets with [beginner] in the title. These tickets are good ways to become more familiar with the project and the codebase.

License

This software is licenced under the Lesser General Public License (LGPL) v3. Refers to the LICENSE.txt file at the root of the repository for the full text, or to the online version.

fr.cenotelie.commons

Cénotélie

Версии библиотеки

Версия
2.2.1
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0
1.0.0