MVN

link.jfire : simplerpc

Maven & Gradle

Dec 01, 2015

simplerpc · Simplerpc distributed RPC framework is a very simple. Based on the AIO and fose framework underlying services provided by the end of the connection and fast serialization ability. Can provide a very strong ability of RPC calls. In a powerful at the same time, also supports encryption mode calls. Using the RSA and AES encryption communication process, suitable for public use. In addition, the framework has a very simple API. Only need to activate the RPC server 4 lines of code.

<dependency>
    <groupId>link.jfire</groupId>
    <artifactId>simplerpc</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of link.jfire : simplerpc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of link.jfire : simplerpc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
simplerpc-1.0

How to add a dependency to Maven

Add the following link.jfire : simplerpc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>link.jfire</groupId>
    <artifactId>simplerpc</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following link.jfire : simplerpc gradle dependency to your build.gradle file:

implementation 'link.jfire:simplerpc:1.0'

Gradle Kotlin DSL: Add the following link.jfire : simplerpc gradle kotlin dependency to your build.gradle.kts file:

implementation("link.jfire:simplerpc:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following link.jfire : simplerpc sbt scala dependency to your build.sbt file:

libraryDependencies += "link.jfire" % "simplerpc" % "1.0"

Advertisement

Dependencies from Group

Feb 24, 2016
8 usages
Dec 01, 2015
4 usages
Feb 24, 2016
4 usages
Feb 04, 2016
3 usages
Dec 01, 2015
1 usages

Discover Dependencies

job
Dec 07, 2015
Dec 01, 2015
Dec 01, 2015
1 usages
Feb 04, 2016
3 usages
Mar 06, 2017
15 stars
May 27, 2021
2 usages
126 stars
Dec 07, 2015
Sep 30, 2019
17 usages
181 stars