Replies: 1 comment
-
<dependency>
<groupId>com.aayushatharva.brotli4j</groupId>
<artifactId>brotli4j</artifactId>
<version>1.17.0</version>
</dependency> There you go! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to start using the
com.aayushatharva.brotli4j.encoder.EncoderJNI.Wrapper
from Eclipse Jetty.These were recently made available via the changes due to ...
EncoderJNI.Operation
is not public, preventing the use ofEncoderJNI.push(Operation op, int length)
#144Beta Was this translation helpful? Give feedback.
All reactions