MVN

cn.imaq : autumn-rpc-client

Maven & Gradle

Oct 29, 2020
2 usages
51 stars

autumn-rpc-client · Lightweight cross-language HTTP RPC framework

<dependency>
    <groupId>cn.imaq</groupId>
    <artifactId>autumn-rpc-client</artifactId>
    <version>2020.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.imaq : autumn-rpc-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2020.10

All Versions

Choose a version of cn.imaq : autumn-rpc-client to add to Maven or Gradle - All Versions:

  • Version Updated
  • autumn-rpc-client-2020.10

    Oct 28, 2020
  • autumn-rpc-client-2019.06

    Aug 02, 2020
  • autumn-rpc-client-0.5.1

    Apr 08, 2018
  • autumn-rpc-client-0.5

    Feb 28, 2018
  • autumn-rpc-client-0.4.2

    Feb 13, 2018
  • autumn-rpc-client-0.4.1-android

    Feb 12, 2018
  • autumn-rpc-client-0.4.1

    Feb 12, 2018
  • autumn-rpc-client-0.4

    Feb 06, 2018
  • autumn-rpc-client-0.3.1

    Jan 09, 2018
  • autumn-rpc-client-0.3

    Dec 22, 2017

How to add a dependency to Maven

Add the following cn.imaq : autumn-rpc-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.imaq</groupId>
    <artifactId>autumn-rpc-client</artifactId>
    <version>2020.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.imaq : autumn-rpc-client gradle dependency to your build.gradle file:

implementation 'cn.imaq:autumn-rpc-client:2020.10'

Gradle Kotlin DSL: Add the following cn.imaq : autumn-rpc-client gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.imaq:autumn-rpc-client:2020.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.imaq : autumn-rpc-client sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.imaq" % "autumn-rpc-client" % "2020.10"