l

light-rpc-example

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