License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.wenweihu86.rpc |
ArtifactId | ArtifactIdrpc-java |
Version | Version1.8.0 |
Type | Typejar |
Description |
Descriptionrpc-java
Just another RPC implementation for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rpc-java-1.8.0.pom | |
rpc-java-1.8.0.jar | 82 KB |
rpc-java-1.8.0-sources.jar | 34 KB |
rpc-java-1.8.0-javadoc.jar | 292 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.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wenweihu86.rpc/rpc-java/
implementation 'com.github.wenweihu86.rpc:rpc-java:1.8.0'
// https://jarcasting.com/artifacts/com.github.wenweihu86.rpc/rpc-java/
implementation ("com.github.wenweihu86.rpc:rpc-java:1.8.0")
'com.github.wenweihu86.rpc:rpc-java:jar:1.8.0'
<dependency org="com.github.wenweihu86.rpc" name="rpc-java" rev="1.8.0">
<artifact name="rpc-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wenweihu86.rpc', module='rpc-java', version='1.8.0')
)
libraryDependencies += "com.github.wenweihu86.rpc" % "rpc-java" % "1.8.0"
[com.github.wenweihu86.rpc/rpc-java "1.8.0"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.1.9.Final |
com.google.protobuf : protobuf-java | jar | 3.2.0 |
com.google.protobuf : protobuf-java-util | jar | 3.2.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.8.1 |
org.apache.logging.log4j : log4j-core | jar | 2.8.1 |
cglib : cglib | jar | 3.2.5 |
org.apache.commons : commons-pool2 | jar | 2.4.2 |
org.apache.commons : commons-lang3 | jar | 3.5 |
org.apache.commons : commons-collections4 | jar | 4.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |