You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "lexburner (GitHub)" <gi...@apache.org> on 2019/04/08 01:58:48 UTC

[GitHub] [incubator-dubbo] lexburner commented on issue #3786: Add JSON-RPC protocol

The JSON-RPC moudle dependends on the `jsonrpc4j`

```xml
<groupId>com.github.briandilley.jsonrpc4j</groupId>
<artifactId>jsonrpc4j</artifactId>
<version>1.2.0</version>
```
and its license is `MIT`

```xml
<licenses>
	<license>
		<name>The MIT License (MIT)</name>
		<url>http://opensource.org/licenses/MIT</url>
		<distribution>repo</distribution>
	</license>
</licenses>
```

[ Full content available at: https://github.com/apache/incubator-dubbo/pull/3786 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org