Files download
File Operation
light-rpc-example-6.0.0.jar download
light-rpc-example-6.0.0.pom download
light-rpc-example-6.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.jzdayz</groupId>
  <artifactId>light-rpc-example</artifactId>
  <version>6.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.jzdayz:light-rpc-example:6.0.0'
Gradle Kotlin
implementation("io.github.jzdayz:light-rpc-example:6.0.0")
Scala SBT
libraryDependencies += "io.github.jzdayz" % "light-rpc-example" % "6.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.jzdayz', module='light-rpc-example', version='6.0.0')
)
Apache Ivy
<dependency org="io.github.jzdayz" name="light-rpc-example" rev="6.0.0" />
Leiningen
[io.github.jzdayz/light-rpc-example "6.0.0"]
Apache Buildr
'io.github.jzdayz:light-rpc-example:jar:6.0.0'