r

rpc-netty-server-spring-boot-starter

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