<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-netty4</artifactId>
<version>7.0.0.Alpha3</version>
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-netty4', version='7.0.0.Alpha3')
)
<parent> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-http-adapter-pom</artifactId> <version>7.0.0.Alpha3</version> </parent>
compile
|-- org.jboss.resteasy:resteasy-core-spi
|-- org.jboss.resteasy:resteasy-core
|-- org.jboss.resteasy:resteasy-client
|-- io.netty:netty-handler-proxy
|-- io.netty:netty-resolver-dns
|-- org.jboss.logging:jboss-logging
provided
|-- org.jboss.logging:jboss-logging-annotations
|-- org.jboss.logging:jboss-logging-processor
test
|-- org.junit.jupiter:junit-jupiter-api
|-- org.jboss.resteasy:server-adapter-test-base