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