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

org.apache.dubbo:dubbo-remoting-http 2.7.13

The http remoting module of dubbo project

Категории

Категории

Dubbo Сеть Networking
Группа

Группа

org.apache.dubbo
Идентификатор

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

dubbo-remoting-http
Версия

Версия

2.7.13
Тип

Тип

jar

Скачать dubbo-remoting-http 2.7.13


<!-- https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-remoting-http/ -->
<dependency>
    <groupId>org.apache.dubbo</groupId>
    <artifactId>dubbo-remoting-http</artifactId>
    <version>2.7.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-remoting-http/
implementation 'org.apache.dubbo:dubbo-remoting-http:2.7.13'
// https://jarcasting.com/artifacts/org.apache.dubbo/dubbo-remoting-http/
implementation ("org.apache.dubbo:dubbo-remoting-http:2.7.13")
'org.apache.dubbo:dubbo-remoting-http:jar:2.7.13'
<dependency org="org.apache.dubbo" name="dubbo-remoting-http" rev="2.7.13">
  <artifact name="dubbo-remoting-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.dubbo', module='dubbo-remoting-http', version='2.7.13')
)
libraryDependencies += "org.apache.dubbo" % "dubbo-remoting-http" % "2.7.13"
[org.apache.dubbo/dubbo-remoting-http "2.7.13"]