h

hellorpc-example

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