MVN

kr.motd.javaagent : jetty-alpn-agent

Maven & Gradle

Feb 03, 2016
46 stars

Jetty ALPN/NPN agent · Enables Jetty ALPN/NPN support via -javaagent JVM option

<dependency>
    <groupId>kr.motd.javaagent</groupId>
    <artifactId>jetty-alpn-agent</artifactId>
    <version>1.0.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of kr.motd.javaagent : jetty-alpn-agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1.Final

All Versions

Choose a version of kr.motd.javaagent : jetty-alpn-agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jetty-alpn-agent-1.0.1.Final
jetty-alpn-agent-1.0.0.Final

How to add a dependency to Maven

Add the following kr.motd.javaagent : jetty-alpn-agent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>kr.motd.javaagent</groupId>
    <artifactId>jetty-alpn-agent</artifactId>
    <version>1.0.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following kr.motd.javaagent : jetty-alpn-agent gradle dependency to your build.gradle file:

implementation 'kr.motd.javaagent:jetty-alpn-agent:1.0.1.Final'

Gradle Kotlin DSL: Add the following kr.motd.javaagent : jetty-alpn-agent gradle kotlin dependency to your build.gradle.kts file:

implementation("kr.motd.javaagent:jetty-alpn-agent:1.0.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following kr.motd.javaagent : jetty-alpn-agent sbt scala dependency to your build.sbt file:

libraryDependencies += "kr.motd.javaagent" % "jetty-alpn-agent" % "1.0.1.Final"

Advertisement