MVN

io.datakernel : rpc

Maven & Gradle

Oct 07, 2015

DataKernel: RPC · High-performance and fault-tolerant remote procedure call module for building distributed applications.

<dependency>
    <groupId>io.datakernel</groupId>
    <artifactId>rpc</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.datakernel : rpc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of io.datakernel : rpc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
rpc-1.1.3
rpc-1.1.2
1.1
rpc-1.1
1.0
rpc-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.datakernel</groupId>
    <artifactId>rpc</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.datakernel : rpc gradle dependency to your build.gradle file:

implementation 'io.datakernel:rpc:1.1.3'

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

implementation("io.datakernel:rpc:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.datakernel : rpc sbt scala dependency to your build.sbt file:

libraryDependencies += "io.datakernel" % "rpc" % "1.1.3"

Advertisement

Dependencies from Group

Nov 14, 2019
30 usages
91 stars
Nov 14, 2019
17 usages
91 stars
Nov 14, 2019
10 usages
91 stars
Nov 14, 2019
9 usages
91 stars
Nov 14, 2019
9 usages
91 stars

Discover Dependencies