<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-x-discovery-server</artifactId>
<version>5.7.1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.curator', module='curator-x-discovery-server', version='5.7.1')
)
<parent> <groupId>org.apache.curator</groupId> <artifactId>apache-curator</artifactId> <version>5.7.1</version> </parent>
compile
|-- org.apache.curator:curator-x-discovery
test
|-- org.apache.curator:curator-test
|-- org.junit.jupiter:junit-jupiter-api
|-- com.sun.jersey:jersey-server
|-- com.sun.jersey:jersey-servlet
|-- com.sun.jersey:jersey-client
|-- com.sun.jersey:jersey-core
|-- org.eclipse.jetty:jetty-webapp
|-- net.sf.scannotation:scannotation