MVN

com.josesamuel : rpcfy

Maven & Gradle

Jun 10, 2022
1 stars

RPCfy · RPCfy upgrades your normal java interface to be capable of doing RPC (Remote Procedure Call).

<dependency>
    <groupId>com.josesamuel</groupId>
    <artifactId>rpcfy</artifactId>
    <version>1.0.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.josesamuel : rpcfy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.23

All Versions

Choose a version of com.josesamuel : rpcfy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
rpcfy-1.0.23
rpcfy-1.0.22
rpcfy-1.0.21
rpcfy-1.0.20
rpcfy-1.0.19
rpcfy-1.0.18
rpcfy-1.0.17
rpcfy-1.0.16
rpcfy-1.0.15
rpcfy-1.0.14
rpcfy-1.0.13
rpcfy-1.0.12
rpcfy-1.0.11
rpcfy-1.0.10
rpcfy-1.0.8
rpcfy-1.0.7
rpcfy-1.0.6
rpcfy-1.0.5
rpcfy-1.0.4
rpcfy-1.0.3
rpcfy-1.0.2
rpcfy-1.0.1
rpcfy-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.josesamuel</groupId>
    <artifactId>rpcfy</artifactId>
    <version>1.0.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.josesamuel : rpcfy gradle dependency to your build.gradle file:

implementation 'com.josesamuel:rpcfy:1.0.23'

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

implementation("com.josesamuel:rpcfy:1.0.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.josesamuel : rpcfy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.josesamuel" % "rpcfy" % "1.0.23"

Advertisement