r

rpc4k

Networking Utility
https://github.com/natanfudge/Rpc4k
The MIT License
Natan Lifshitz
Files download
File Operation
rpc4k-0.0.13.jar download
rpc4k-0.0.13.pom download
rpc4k-0.0.13-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.natanfudge</groupId>
  <artifactId>rpc4k</artifactId>
  <version>0.0.13</version>
</dependency>
Gradle Groovy
implementation 'io.github.natanfudge:rpc4k:0.0.13'
Gradle Kotlin
implementation("io.github.natanfudge:rpc4k:0.0.13")
Scala SBT
libraryDependencies += "io.github.natanfudge" % "rpc4k" % "0.0.13"
Groovy Grape
@Grapes(
  @Grab(group='io.github.natanfudge', module='rpc4k', version='0.0.13')
)
Apache Ivy
<dependency org="io.github.natanfudge" name="rpc4k" rev="0.0.13" />
Leiningen
[io.github.natanfudge/rpc4k "0.0.13"]
Apache Buildr
'io.github.natanfudge:rpc4k:jar:0.0.13'