| Categories | CategoriesSpring Boot Container Microservices Net CLI User Interface Netty Networking | 
|---|---|
| GroupId | GroupIdcom.github.linshenkx | 
| ArtifactId | ArtifactIdrpc-netty-client-spring-boot-starter | 
| Version | Version1.0.4.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.linshenkx/rpc-netty-client-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.linshenkx</groupId>
    <artifactId>rpc-netty-client-spring-boot-starter</artifactId>
    <version>1.0.4.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.linshenkx/rpc-netty-client-spring-boot-starter/
implementation 'com.github.linshenkx:rpc-netty-client-spring-boot-starter:1.0.4.RELEASE'// https://jarcasting.com/artifacts/com.github.linshenkx/rpc-netty-client-spring-boot-starter/
implementation ("com.github.linshenkx:rpc-netty-client-spring-boot-starter:1.0.4.RELEASE")'com.github.linshenkx:rpc-netty-client-spring-boot-starter:jar:1.0.4.RELEASE'<dependency org="com.github.linshenkx" name="rpc-netty-client-spring-boot-starter" rev="1.0.4.RELEASE">
  <artifact name="rpc-netty-client-spring-boot-starter" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.linshenkx', module='rpc-netty-client-spring-boot-starter', version='1.0.4.RELEASE')
)libraryDependencies += "com.github.linshenkx" % "rpc-netty-client-spring-boot-starter" % "1.0.4.RELEASE"[com.github.linshenkx/rpc-netty-client-spring-boot-starter "1.0.4.RELEASE"]