r

rpc-netty-client-spring-boot-starter

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