MVN

com.ecfront : rpc

Maven & Gradle

Feb 16, 2015

EZ RPC · RPC模块

<dependency>
    <groupId>com.ecfront</groupId>
    <artifactId>rpc</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ecfront : rpc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.ecfront : rpc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
rpc-1.0
0.9
rpc-0.9
0.8
rpc-0.8
0.7
rpc-0.7
0.6
rpc-0.6
0.5.x
rpc-0.5.3
0.5
rpc-0.5
0.3.x
rpc-0.3.6
0.3
rpc-0.3
0.2.x
rpc-0.2.1
0.2
rpc-0.2
0.1
rpc-0.1

How to add a dependency to Maven

Add the following com.ecfront : rpc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ecfront</groupId>
    <artifactId>rpc</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ecfront : rpc gradle dependency to your build.gradle file:

implementation 'com.ecfront:rpc:1.0'

Gradle Kotlin DSL: Add the following com.ecfront : rpc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ecfront:rpc:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ecfront : rpc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ecfront" % "rpc" % "1.0"