MVN

com.alibaba : dubbo-remoting-api

Maven & Gradle

Dec 29, 2021
11 usages

The remoting module of dubbo project

<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>dubbo-remoting-api</artifactId>
    <version>2.6.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alibaba : dubbo-remoting-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.12

All Versions

Choose a version of com.alibaba : dubbo-remoting-api to add to Maven or Gradle - All Versions:

  • Version Updated
  • dubbo-remoting-api-2.6.12

    Dec 29, 2021
  • dubbo-remoting-api-2.6.11

    Sep 14, 2021
  • dubbo-remoting-api-2.6.10.1

    May 29, 2021
  • dubbo-remoting-api-2.6.10

    May 17, 2021
  • dubbo-remoting-api-2.6.9

    Jul 27, 2020
  • dubbo-remoting-api-2.6.8

    Mar 09, 2020
  • dubbo-remoting-api-2.6.7

    Jul 15, 2019
  • dubbo-remoting-api-2.6.6

    Feb 28, 2019
  • dubbo-remoting-api-2.6.5

    Nov 13, 2018
  • dubbo-remoting-api-2.6.4

    Oct 08, 2018
  • dubbo-remoting-api-2.6.3

    Aug 05, 2018
  • dubbo-remoting-api-2.6.2

    Jun 05, 2018
  • dubbo-remoting-api-2.6.1

    Mar 15, 2018

How to add a dependency to Maven

Add the following com.alibaba : dubbo-remoting-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alibaba</groupId>
    <artifactId>dubbo-remoting-api</artifactId>
    <version>2.6.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alibaba : dubbo-remoting-api gradle dependency to your build.gradle file:

implementation 'com.alibaba:dubbo-remoting-api:2.6.12'

Gradle Kotlin DSL: Add the following com.alibaba : dubbo-remoting-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alibaba:dubbo-remoting-api:2.6.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alibaba : dubbo-remoting-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alibaba" % "dubbo-remoting-api" % "2.6.12"