Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.wenweihu86.rpc |
ArtifactId | ArtifactIdrpc-java |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
rpc-java-1.6.0.pom | |
rpc-java-1.6.0.jar | 86 KB |
rpc-java-1.6.0-sources.jar | 36 KB |
rpc-java-1.6.0-javadoc.jar | 303 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wenweihu86.rpc/rpc-java/ -->
<dependency>
<groupId>com.github.wenweihu86.rpc</groupId>
<artifactId>rpc-java</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wenweihu86.rpc/rpc-java/
implementation 'com.github.wenweihu86.rpc:rpc-java:1.6.0'
// https://jarcasting.com/artifacts/com.github.wenweihu86.rpc/rpc-java/
implementation ("com.github.wenweihu86.rpc:rpc-java:1.6.0")
'com.github.wenweihu86.rpc:rpc-java:jar:1.6.0'
<dependency org="com.github.wenweihu86.rpc" name="rpc-java" rev="1.6.0">
<artifact name="rpc-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wenweihu86.rpc', module='rpc-java', version='1.6.0')
)
libraryDependencies += "com.github.wenweihu86.rpc" % "rpc-java" % "1.6.0"
[com.github.wenweihu86.rpc/rpc-java "1.6.0"]