j

jetty-osgi-alpn

Files download
File Operation
jetty-osgi-alpn-11.0.11.jar download
jetty-osgi-alpn-11.0.11.pom download
jetty-osgi-alpn-11.0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.jetty.osgi</groupId>
  <artifactId>jetty-osgi-alpn</artifactId>
  <version>11.0.11</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.jetty.osgi:jetty-osgi-alpn:11.0.11'
Gradle Kotlin
implementation("org.eclipse.jetty.osgi:jetty-osgi-alpn:11.0.11")
Scala SBT
libraryDependencies += "org.eclipse.jetty.osgi" % "jetty-osgi-alpn" % "11.0.11"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.jetty.osgi', module='jetty-osgi-alpn', version='11.0.11')
)
Apache Ivy
<dependency org="org.eclipse.jetty.osgi" name="jetty-osgi-alpn" rev="11.0.11" />
Leiningen
[org.eclipse.jetty.osgi/jetty-osgi-alpn "11.0.11"]
Apache Buildr
'org.eclipse.jetty.osgi:jetty-osgi-alpn:jar:11.0.11'