<dependency>
<groupId>io.muserver</groupId>
<artifactId>mu-server</artifactId>
<version>0.56.2</version>
</dependency>
compile
|-- org.slf4j:slf4j-api:1.7.30
|-- io.netty:netty-transport:4.1.54.Final
|-- io.netty:netty-handler:4.1.54.Final
|-- io.netty:netty-codec-http:4.1.54.Final
|-- io.netty:netty-buffer:4.1.54.Final
|-- io.netty:netty-common:4.1.54.Final
|-- io.netty:netty-codec:4.1.54.Final
|-- io.netty:netty-codec-http2:4.1.54.Final
|-- javax.ws.rs:javax.ws.rs-api:2.1.1
test
|-- org.slf4j:slf4j-simple:1.7.30
|-- org.eclipse.jetty:jetty-client:9.4.31.v20200723
|-- com.squareup.okhttp3:okhttp:4.9.0
|-- com.squareup.okio:okio:2.8.0