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

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

The http remoting module of dubbo project

Категории

Категории

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

Группа

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

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

dubbo-remoting-http
Версия

Версия

3.0.0
Тип

Тип

jar

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


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