r

rpc-netty-server-spring-boot-autoconfigure

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