| License |
License |
|---|---|
| GroupId | GroupIdcom.ecfront |
| ArtifactId | ArtifactIdrpc |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEZ RPC
RPC模块
|
| Filename | Size |
|---|---|
| rpc-1.0.pom | |
| rpc-1.0.jar | 57 KB |
| rpc-1.0-sources.jar | 13 KB |
| rpc-1.0-javadoc.jar | 401 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ecfront/rpc/ -->
<dependency>
<groupId>com.ecfront</groupId>
<artifactId>rpc</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ecfront/rpc/
implementation 'com.ecfront:rpc:1.0'
// https://jarcasting.com/artifacts/com.ecfront/rpc/
implementation ("com.ecfront:rpc:1.0")
'com.ecfront:rpc:jar:1.0'
<dependency org="com.ecfront" name="rpc" rev="1.0">
<artifact name="rpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ecfront', module='rpc', version='1.0')
)
libraryDependencies += "com.ecfront" % "rpc" % "1.0"
[com.ecfront/rpc "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.ecfront : ez-common | jar | 0.2.7 |
| io.vertx : vertx-core | jar | 3.0.0-milestone2 |
| com.typesafe.akka : akka-actor_2.11 | jar | 2.3.9 |
| com.typesafe.akka : akka-remote_2.11 | jar | 2.3.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.11 | jar | 2.2.1 |