Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.wenweihu86.rpc |
ArtifactId | ArtifactIdrpc-java |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
rpc-java-1.4.0.pom | |
rpc-java-1.4.0.jar | 85 KB |
rpc-java-1.4.0-sources.jar | 36 KB |
rpc-java-1.4.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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wenweihu86.rpc/rpc-java/
implementation 'com.github.wenweihu86.rpc:rpc-java:1.4.0'
// https://jarcasting.com/artifacts/com.github.wenweihu86.rpc/rpc-java/
implementation ("com.github.wenweihu86.rpc:rpc-java:1.4.0")
'com.github.wenweihu86.rpc:rpc-java:jar:1.4.0'
<dependency org="com.github.wenweihu86.rpc" name="rpc-java" rev="1.4.0">
<artifact name="rpc-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wenweihu86.rpc', module='rpc-java', version='1.4.0')
)
libraryDependencies += "com.github.wenweihu86.rpc" % "rpc-java" % "1.4.0"
[com.github.wenweihu86.rpc/rpc-java "1.4.0"]