| GroupId | GroupIdio.github.zoujunjienb | 
|---|---|
| ArtifactId | ArtifactIdrpc-common | 
| Version | Version1.0.0-RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| rpc-common-1.0.0-RELEASE.pom | |
| rpc-common-1.0.0-RELEASE.jar | 92 KB | 
| rpc-common-1.0.0-RELEASE-sources.jar | 74 KB | 
| rpc-common-1.0.0-RELEASE-javadoc.jar | 742 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.zoujunjienb/rpc-common/ -->
<dependency>
    <groupId>io.github.zoujunjienb</groupId>
    <artifactId>rpc-common</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/io.github.zoujunjienb/rpc-common/
implementation 'io.github.zoujunjienb:rpc-common:1.0.0-RELEASE'// https://jarcasting.com/artifacts/io.github.zoujunjienb/rpc-common/
implementation ("io.github.zoujunjienb:rpc-common:1.0.0-RELEASE")'io.github.zoujunjienb:rpc-common:jar:1.0.0-RELEASE'<dependency org="io.github.zoujunjienb" name="rpc-common" rev="1.0.0-RELEASE">
  <artifact name="rpc-common" type="jar" />
</dependency>@Grapes(
@Grab(group='io.github.zoujunjienb', module='rpc-common', version='1.0.0-RELEASE')
)libraryDependencies += "io.github.zoujunjienb" % "rpc-common" % "1.0.0-RELEASE"[io.github.zoujunjienb/rpc-common "1.0.0-RELEASE"]