Enables Jetty ALPN/NPN support via -javaagent JVM option for TLS negotiation.
<dependency>
<groupId>org.mortbay.jetty.alpn</groupId>
<artifactId>jetty-alpn-agent</artifactId>
<version>2.0.10</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
The ALPN agent is loaded as a JVM agent, not imported directly.
Use the correct version of jetty-alpn-agent for your JDK (e.g., 2.0.10 for JDK 8-11).
No dependency data recorded yet.