rsocket-ipc-jackson

RSocket IPC Jackson Support

Лицензия

Лицензия

The Apache Software License, Version 2.0
Категории

Категории

Jackson Данные JSON
Группа

Группа

io.rsocket.rpc
Идентификатор

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

rsocket-ipc-jackson
Последняя версия

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

0.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

rsocket-ipc-jackson
RSocket IPC Jackson Support
Ссылка на сайт

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

http://rsocket.io
Система контроля версий

Система контроля версий

https://github.com/rsocket/rsocket-rpc-java

Скачать rsocket-ipc-jackson

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.rsocket.rpc/rsocket-ipc-jackson/ -->
<dependency>
    <groupId>io.rsocket.rpc</groupId>
    <artifactId>rsocket-ipc-jackson</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.rsocket.rpc/rsocket-ipc-jackson/
implementation 'io.rsocket.rpc:rsocket-ipc-jackson:0.3.0'
// https://jarcasting.com/artifacts/io.rsocket.rpc/rsocket-ipc-jackson/
implementation ("io.rsocket.rpc:rsocket-ipc-jackson:0.3.0")
'io.rsocket.rpc:rsocket-ipc-jackson:jar:0.3.0'
<dependency org="io.rsocket.rpc" name="rsocket-ipc-jackson" rev="0.3.0">
  <artifact name="rsocket-ipc-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rsocket.rpc', module='rsocket-ipc-jackson', version='0.3.0')
)
libraryDependencies += "io.rsocket.rpc" % "rsocket-ipc-jackson" % "0.3.0"
[io.rsocket.rpc/rsocket-ipc-jackson "0.3.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.fasterxml.jackson.dataformat : jackson-dataformat-cbor jar 2.9.9
io.rsocket.rpc : rsocket-ipc-core jar 0.3.0

runtime (3)

Идентификатор библиотеки Тип Версия
com.fasterxml.jackson.core : jackson-core jar 2.9.9
com.fasterxml.jackson.core : jackson-databind jar 2.9.9
com.fasterxml.jackson.module : jackson-module-afterburner jar 2.9.9

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

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

RSocket RPC - Java

Build Status

The standard RSocket RPC Java implementation.

Build from Source

  1. Building rsocket-rpc-java requires installation of the Protobuf compiler. RSocket RPC requires Protobuf 3.6.x or higher.

    For Mac users you can easily install the Protobuf compiler using Homebrew:

     $ brew install protobuf
    

    For other operating systems you can install the Protobuf compiler using the pre-built packages hosted on the Protobuf Releases page.

  2. Run the following Gradle command to build the project:

     $ ./gradlew clean build
    

What Next?

Release Notes

Please find release notes at https://github.com/rsocket/rsocket-rpc-java/releases.

Bugs and Feedback

For bugs, questions, and discussions please use the Github Issues.

License

Copyright 2019 Netifi Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

io.rsocket.rpc

RSocket

Streaming message protocol with Reactive Extension/Stream semantics

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

Версия
0.3.0