h

hellorpc-spring

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