| License | License | 
|---|---|
| GroupId | GroupIdcom.github.linshenkx | 
| ArtifactId | ArtifactIdrpc-lib | 
| Version | Version1.0.0.RELEASE | 
| Type | Typejar | 
| Description | DescriptionParent pom providing dependency and plugin management for applications
		built with Maven | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| rpc-lib-1.0.0.RELEASE.pom | |
| rpc-lib-1.0.0.RELEASE.jar | 2 KB | 
| rpc-lib-1.0.0.RELEASE-sources.jar | 1 KB | 
| rpc-lib-1.0.0.RELEASE-javadoc.jar | 24 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.linshenkx/rpc-lib/ -->
<dependency>
    <groupId>com.github.linshenkx</groupId>
    <artifactId>rpc-lib</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.linshenkx/rpc-lib/
implementation 'com.github.linshenkx:rpc-lib:1.0.0.RELEASE'// https://jarcasting.com/artifacts/com.github.linshenkx/rpc-lib/
implementation ("com.github.linshenkx:rpc-lib:1.0.0.RELEASE")'com.github.linshenkx:rpc-lib:jar:1.0.0.RELEASE'<dependency org="com.github.linshenkx" name="rpc-lib" rev="1.0.0.RELEASE">
  <artifact name="rpc-lib" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.linshenkx', module='rpc-lib', version='1.0.0.RELEASE')
)libraryDependencies += "com.github.linshenkx" % "rpc-lib" % "1.0.0.RELEASE"[com.github.linshenkx/rpc-lib "1.0.0.RELEASE"]