is not current version
Last Version 2.6.12

com.alibaba:dubbo-rpc-webservice 2.6.9

The webservice rpc module of dubbo project

Categories

Categories

Dubbo Net Networking
GroupId

GroupId

com.alibaba
ArtifactId

ArtifactId

dubbo-rpc-webservice
Version

Version

2.6.9
Type

Type

jar

Download dubbo-rpc-webservice 2.6.9


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