MVN

io.github.brianapple : iRpc

Maven & Gradle

Apr 10, 2021
4 stars

iRpc · iRpc为一款基于netty实现的轻量级高性能rpc框架

<dependency>
    <groupId>io.github.brianapple</groupId>
    <artifactId>iRpc</artifactId>
    <version>2.0.3-release</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.brianapple : iRpc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3-release
  • Latest Alpha: 1.0.0-alpha

All Versions

Choose a version of io.github.brianapple : iRpc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
iRpc-2.0.3-release
iRpc-2.0.2-Release
iRpc-2.0.1-Release
1.0.x
iRpc-1.0.2-Release
iRpc-1.0.1-Release
iRpc-1.0.0-Release
iRpc-1.0.0-alpha

How to add a dependency to Maven

Add the following io.github.brianapple : iRpc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.brianapple</groupId>
    <artifactId>iRpc</artifactId>
    <version>2.0.3-release</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.brianapple : iRpc gradle dependency to your build.gradle file:

implementation 'io.github.brianapple:iRpc:2.0.3-release'

Gradle Kotlin DSL: Add the following io.github.brianapple : iRpc gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.brianapple:iRpc:2.0.3-release")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.brianapple : iRpc sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.brianapple" % "iRpc" % "2.0.3-release"