| Categories | CategoriesNet Netty Networking | 
|---|---|
| GroupId | GroupIdcom.github.linshenkx | 
| ArtifactId | ArtifactIdrpc-netty-common | 
| Version | Version1.0.0.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.linshenkx/rpc-netty-common/ -->
<dependency>
    <groupId>com.github.linshenkx</groupId>
    <artifactId>rpc-netty-common</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.linshenkx/rpc-netty-common/
implementation 'com.github.linshenkx:rpc-netty-common:1.0.0.RELEASE'// https://jarcasting.com/artifacts/com.github.linshenkx/rpc-netty-common/
implementation ("com.github.linshenkx:rpc-netty-common:1.0.0.RELEASE")'com.github.linshenkx:rpc-netty-common:jar:1.0.0.RELEASE'<dependency org="com.github.linshenkx" name="rpc-netty-common" rev="1.0.0.RELEASE">
  <artifact name="rpc-netty-common" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.linshenkx', module='rpc-netty-common', version='1.0.0.RELEASE')
)libraryDependencies += "com.github.linshenkx" % "rpc-netty-common" % "1.0.0.RELEASE"[com.github.linshenkx/rpc-netty-common "1.0.0.RELEASE"]