MVN

io.github.liewhite : rpc_3

Maven & Gradle

Jun 17, 2023
0 stars

rpc · rpc

<dependency>
    <groupId>io.github.liewhite</groupId>
    <artifactId>rpc_3</artifactId>
    <version>3.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.5.4

All Versions

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

Version Vulnerabilities Updated
3.5.x
rpc_3-3.5.4
rpc_3-3.5.3
rpc_3-3.5.2
rpc_3-3.5.0
3.4.x
rpc_3-3.4.7
rpc_3-3.4.5
rpc_3-3.4.4
rpc_3-3.4.3
rpc_3-3.4.2
rpc_3-3.4.1
rpc_3-3.4.0
3.3.x
rpc_3-3.3.8
rpc_3-3.3.7
rpc_3-3.3.6
rpc_3-3.3.5
rpc_3-3.3.4
rpc_3-3.3.3
rpc_3-3.3.2
rpc_3-3.3.1
rpc_3-3.3.0
3.2.x
rpc_3-3.2.3
rpc_3-3.2.2
rpc_3-3.2.1
3.1.x
rpc_3-3.1.2
rpc_3-3.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.liewhite</groupId>
    <artifactId>rpc_3</artifactId>
    <version>3.5.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.liewhite:rpc_3:3.5.4'

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

implementation("io.github.liewhite:rpc_3:3.5.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.liewhite" % "rpc_3" % "3.5.4"