| Категории |
КатегорииDubbo Сеть Networking |
|---|---|
| Группа | Группаcom.alibaba |
| Идентификатор | Идентификаторdubbo-remoting-http |
| Версия | Версия2.6.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| dubbo-remoting-http-2.6.4.pom | |
| dubbo-remoting-http-2.6.4.jar | 20 KB |
| dubbo-remoting-http-2.6.4-sources.jar | 21 KB |
| dubbo-remoting-http-2.6.4-javadoc.jar | 124 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.alibaba/dubbo-remoting-http/ -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-remoting-http</artifactId>
<version>2.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba/dubbo-remoting-http/
implementation 'com.alibaba:dubbo-remoting-http:2.6.4'
// https://jarcasting.com/artifacts/com.alibaba/dubbo-remoting-http/
implementation ("com.alibaba:dubbo-remoting-http:2.6.4")
'com.alibaba:dubbo-remoting-http:jar:2.6.4'
<dependency org="com.alibaba" name="dubbo-remoting-http" rev="2.6.4">
<artifact name="dubbo-remoting-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alibaba', module='dubbo-remoting-http', version='2.6.4')
)
libraryDependencies += "com.alibaba" % "dubbo-remoting-http" % "2.6.4"
[com.alibaba/dubbo-remoting-http "2.6.4"]