<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-registry-eureka</artifactId>
<version>2.7.5</version>
</dependency>
@Grapes(
@Grab(group='org.apache.dubbo', module='dubbo-registry-eureka', version='2.7.5')
)
<parent> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-registry</artifactId> <version>2.7.5</version> </parent>
compile
|-- org.apache.dubbo:dubbo-registry-api
|-- com.netflix.eureka:eureka-client
|-- javax.inject:javax.inject:1
|-- com.netflix.eureka:eureka-core
|-- com.thoughtworks.xstream:xstream:1.4.10