Download dubbo-2.5.4.jar file - Jar d

Jar examples for d:dubbo

Description

Dubbo is a distributed service framework enpowers applications with service import/export capability with high performance RPC.

You can download jar file dubbo 2.5.4 in this page.

License

Apache License

Build File

You can use the following script to add dubbo-2.5.4.jar to your project.

<dependency>
   <groupId>com.alibaba</groupId>
   <artifactId>dubbo</artifactId>
   <version>2.5.4</version>
</dependency>
compile group: 'com.alibaba', name: 'dubbo', version: '2.5.4'
libraryDependencies += "com.alibaba" % "dubbo" % "2.5.4"
<dependency org="com.alibaba" name="dubbo" rev="2.5.4"/>
@Grapes(@Grab(group='com.alibaba', module='dubbo', version='2.5.4'))
'com.alibaba:dubbo:jar:2.5.4'

Download

Click the following link to download the jar file.

dubbo-2.5.4-javadoc.jar
dubbo-2.5.4-sources.jar
dubbo-2.5.4.jar
dubbo-2.5.4.pom



Related Tutorials