| 组织ID: |
com.xuxueli |
| 项目ID: |
xxl-rpc-core |
| 版本: |
1.4.1 |
| 最后修改时间: |
2019-05-23 18:57:59 |
| 包类型: |
jar |
| 标题: |
${project.artifactId} |
| 描述: |
A high performance, distributed RPC framework. |
| 大小: |
142.60KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-rpc-core</artifactId>
<version>1.4.1</version>
</dependency>
|
| Gradle引入代码: |
com.xuxueli:xxl-rpc-core:1.4.1
|
| 下载Jar包: |
|
| POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-rpc</artifactId>
<version>1.4.1</version>
</parent>
<artifactId>xxl-rpc-core</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>A high performance, distributed RPC framework.</description>
<url>http://www.xuxueli.com/</url>
<dependencies>
<!-- ********************** base ********************** -->
<!-- slf4j -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j-api.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j-api.version}</version>
<scope>test</scope>
</dependency>
<!-- ********************** net (default=netty) ********************** -->
<!-- netty -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
</dependency>
<!-- mina -->
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
<version>${mina.version}</version>
<scope>provided</scope>
</dependency>
<!-- jetty (javax.servlet-api) -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>${jetty-server.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
<version>${jetty-server.version}</version>
<scope>provided</scope>
</dependency>
<!-- ********************** serialize (default=hessian) ********************** -->
<!-- hessian -->
<dependency>
<groupId>com.caucho</groupId>
<artifactId>hessian</artifactId>
<version>${hessian.version}</version>
</dependency>
<!-- protostuff + objenesis (provided) -->
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
<version>${protostuff.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime</artifactId>
<version>${protostuff.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>${objenesis.version}</version>
<scope>provided</scope>
</dependency>
<!-- kryo (provided) -->
<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo</artifactId>
<version>${kryo.version}</version>
<scope>provided</scope>
</dependency>
<!-- jackson (provided) -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<scope>provided</scope>
</dependency>
<!-- ********************** registry (default=xxl-registry) ********************** -->
<!-- xxl-registry-client -->
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-registry-client</artifactId>
<version>${xxl-registry.version}</version>
</dependency>
<!-- zookeeper (provided) -->
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${zookeeper.version}</version>
<scope>provided</scope>
</dependency>
<!-- ********************** spring (default=provided) ********************** -->
<!-- spring -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>${spring.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${spring.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.xxl.rpc.registry.impl.LocalServiceRegistry.class
com.xxl.rpc.registry.impl.XxlRegistryServiceRegistry.class
com.xxl.rpc.registry.impl.ZkServiceRegistry$1.class
com.xxl.rpc.registry.impl.ZkServiceRegistry$2.class
com.xxl.rpc.registry.impl.ZkServiceRegistry.class
com.xxl.rpc.registry.ServiceRegistry.class
com.xxl.rpc.remoting.invoker.annotation.XxlRpcReference.class
com.xxl.rpc.remoting.invoker.call.CallType.class
com.xxl.rpc.remoting.invoker.call.XxlRpcInvokeCallback.class
com.xxl.rpc.remoting.invoker.call.XxlRpcInvokeFuture.class
com.xxl.rpc.remoting.invoker.generic.XxlRpcGenericService.class
com.xxl.rpc.remoting.invoker.impl.XxlRpcSpringInvokerFactory$1.class
com.xxl.rpc.remoting.invoker.impl.XxlRpcSpringInvokerFactory.class
com.xxl.rpc.remoting.invoker.reference.impl.XxlRpcSpringReferenceBean.class
com.xxl.rpc.remoting.invoker.reference.XxlRpcReferenceBean$1.class
com.xxl.rpc.remoting.invoker.reference.XxlRpcReferenceBean.class
com.xxl.rpc.remoting.invoker.route.impl.XxlRpcLoadBalanceConsistentHashStrategy.class
com.xxl.rpc.remoting.invoker.route.impl.XxlRpcLoadBalanceLFUStrategy$1.class
com.xxl.rpc.remoting.invoker.route.impl.XxlRpcLoadBalanceLFUStrategy.class
com.xxl.rpc.remoting.invoker.route.impl.XxlRpcLoadBalanceLRUStrategy$1.class
com.xxl.rpc.remoting.invoker.route.impl.XxlRpcLoadBalanceLRUStrategy.class
com.xxl.rpc.remoting.invoker.route.impl.XxlRpcLoadBalanceRandomStrategy.class
com.xxl.rpc.remoting.invoker.route.impl.XxlRpcLoadBalanceRoundStrategy.class
com.xxl.rpc.remoting.invoker.route.LoadBalance.class
com.xxl.rpc.remoting.invoker.route.XxlRpcLoadBalance.class
com.xxl.rpc.remoting.invoker.XxlRpcInvokerFactory$1.class
com.xxl.rpc.remoting.invoker.XxlRpcInvokerFactory$2.class
com.xxl.rpc.remoting.invoker.XxlRpcInvokerFactory$3.class
com.xxl.rpc.remoting.invoker.XxlRpcInvokerFactory.class
com.xxl.rpc.remoting.net.Client.class
com.xxl.rpc.remoting.net.common.ConnectClient$1.class
com.xxl.rpc.remoting.net.common.ConnectClient.class
com.xxl.rpc.remoting.net.impl.jetty.client.JettyClient$1.class
com.xxl.rpc.remoting.net.impl.jetty.client.JettyClient$2.class
com.xxl.rpc.remoting.net.impl.jetty.client.JettyClient.class
com.xxl.rpc.remoting.net.impl.jetty.server.JettyServer$1.class
com.xxl.rpc.remoting.net.impl.jetty.server.JettyServer.class
com.xxl.rpc.remoting.net.impl.jetty.server.JettyServerHandler.class
com.xxl.rpc.remoting.net.impl.mina.client.MinaClient.class
com.xxl.rpc.remoting.net.impl.mina.client.MinaClientHandler.class
com.xxl.rpc.remoting.net.impl.mina.client.MinaConnectClient$1.class
com.xxl.rpc.remoting.net.impl.mina.client.MinaConnectClient.class
com.xxl.rpc.remoting.net.impl.mina.codec.MinaDecoder.class
com.xxl.rpc.remoting.net.impl.mina.codec.MinaEncoder.class
com.xxl.rpc.remoting.net.impl.mina.server.MinaServer$1$1.class
com.xxl.rpc.remoting.net.impl.mina.server.MinaServer$1.class
com.xxl.rpc.remoting.net.impl.mina.server.MinaServer.class
com.xxl.rpc.remoting.net.impl.mina.server.MinaServerHandler$1.class
com.xxl.rpc.remoting.net.impl.mina.server.MinaServerHandler.class
com.xxl.rpc.remoting.net.impl.netty.client.NettyClient.class
com.xxl.rpc.remoting.net.impl.netty.client.NettyClientHandler.class
com.xxl.rpc.remoting.net.impl.netty.client.NettyConnectClient$1.class
com.xxl.rpc.remoting.net.impl.netty.client.NettyConnectClient.class
com.xxl.rpc.remoting.net.impl.netty.codec.NettyDecoder.class
com.xxl.rpc.remoting.net.impl.netty.codec.NettyEncoder.class
com.xxl.rpc.remoting.net.impl.netty.server.NettyServer$1$1.class
com.xxl.rpc.remoting.net.impl.netty.server.NettyServer$1.class
com.xxl.rpc.remoting.net.impl.netty.server.NettyServer.class
com.xxl.rpc.remoting.net.impl.netty.server.NettyServerHandler$1.class
com.xxl.rpc.remoting.net.impl.netty.server.NettyServerHandler.class
com.xxl.rpc.remoting.net.impl.netty_http.client.NettyHttpClient.class
com.xxl.rpc.remoting.net.impl.netty_http.client.NettyHttpClientHandler.class
com.xxl.rpc.remoting.net.impl.netty_http.client.NettyHttpConnectClient$1.class
com.xxl.rpc.remoting.net.impl.netty_http.client.NettyHttpConnectClient.class
com.xxl.rpc.remoting.net.impl.netty_http.server.NettyHttpServer$1$1.class
com.xxl.rpc.remoting.net.impl.netty_http.server.NettyHttpServer$1.class
com.xxl.rpc.remoting.net.impl.netty_http.server.NettyHttpServer.class
com.xxl.rpc.remoting.net.impl.netty_http.server.NettyHttpServerHandler$1.class
com.xxl.rpc.remoting.net.impl.netty_http.server.NettyHttpServerHandler.class
com.xxl.rpc.remoting.net.impl.servlet.server.ServletServerHandler.class
com.xxl.rpc.remoting.net.NetEnum.class
com.xxl.rpc.remoting.net.params.BaseCallback.class
com.xxl.rpc.remoting.net.params.XxlRpcFutureResponse.class
com.xxl.rpc.remoting.net.params.XxlRpcRequest.class
com.xxl.rpc.remoting.net.params.XxlRpcResponse.class
com.xxl.rpc.remoting.net.Server.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
slf4j-api-${slf4j-api.version}.jar
/org.slf4j/slf4j-api/${slf4j-api.version}
查看slf4j-api所有版本文件
slf4j-log4j12-${slf4j-api.version}.jar
/org.slf4j/slf4j-log4j12/${slf4j-api.version}
查看slf4j-log4j12所有版本文件
netty-all-${netty.version}.jar
/io.netty/netty-all/${netty.version}
查看netty-all所有版本文件
mina-core-${mina.version}.jar
/org.apache.mina/mina-core/${mina.version}
查看mina-core所有版本文件
jetty-server-${jetty-server.version}.jar
/org.eclipse.jetty/jetty-server/${jetty-server.version}
查看jetty-server所有版本文件
jetty-client-${jetty-server.version}.jar
/org.eclipse.jetty/jetty-client/${jetty-server.version}
查看jetty-client所有版本文件
hessian-${hessian.version}.jar
/com.caucho/hessian/${hessian.version}
查看hessian所有版本文件
protostuff-core-${protostuff.version}.jar
/io.protostuff/protostuff-core/${protostuff.version}
查看protostuff-core所有版本文件
protostuff-runtime-${protostuff.version}.jar
/io.protostuff/protostuff-runtime/${protostuff.version}
查看protostuff-runtime所有版本文件
objenesis-${objenesis.version}.jar
/org.objenesis/objenesis/${objenesis.version}
查看objenesis所有版本文件
kryo-${kryo.version}.jar
/com.esotericsoftware/kryo/${kryo.version}
查看kryo所有版本文件
jackson-databind-${jackson.version}.jar
/com.fasterxml.jackson.core/jackson-databind/${jackson.version}
查看jackson-databind所有版本文件
xxl-registry-client-${xxl-registry.version}.jar
/com.xuxueli/xxl-registry-client/${xxl-registry.version}
查看xxl-registry-client所有版本文件
zookeeper-${zookeeper.version}.jar
/org.apache.zookeeper/zookeeper/${zookeeper.version}
查看zookeeper所有版本文件
spring-beans-${spring.version}.jar
/org.springframework/spring-beans/${spring.version}
查看spring-beans所有版本文件
spring-core-${spring.version}.jar
/org.springframework/spring-core/${spring.version}
查看spring-core所有版本文件
spring-context-${spring.version}.jar
/org.springframework/spring-context/${spring.version}
查看spring-context所有版本文件
|