j

jetty-osgi-alpn

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