j

jetty-osgi-alpn

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