<dependency>
<groupId>com.tencent.trpc</groupId>
<artifactId>trpc-registry-zookeeper</artifactId>
<version>1.1.0</version>
</dependency>
@Grapes(
@Grab(group='com.tencent.trpc', module='trpc-registry-zookeeper', version='1.1.0')
)
<parent> <groupId>com.tencent.trpc</groupId> <artifactId>trpc-registry</artifactId> <version>1.1.0</version> </parent>
compile
|-- com.tencent.trpc:trpc-core
|-- com.tencent.trpc:trpc-registry-api
|-- com.tencent.trpc:trpc-proto-standard
|-- com.tencent.trpc:trpc-transport-netty
|-- org.apache.curator:curator-recipes
|-- org.apache.zookeeper:zookeeper
test