Group Id org.apache.felix
Artifact Id org.apache.felix.http.jetty
Version 2.3.2
Packaging jar
URL -
Badge
Last Updated 2014-11-05T01:47:38+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.apache.felix</groupId>
    <artifactId>org.apache.felix.http.jetty</artifactId>
    <version>2.3.2</version>
</dependency>
implementation group: 'org.apache.felix', name: 'org.apache.felix.http.jetty', version: '2.3.2'
implementation 'org.apache.felix:org.apache.felix.http.jetty:2.3.2'
implementation("org.apache.felix:org.apache.felix.http.jetty:2.3.2")
libraryDependencies += "org.apache.felix" % "org.apache.felix.http.jetty" % "2.3.2"
<dependency org="org.apache.felix" name="org.apache.felix.http.jetty" rev="2.3.2"/>
@Grapes(
    @Grab(group='org.apache.felix', module='org.apache.felix.http.jetty', version='2.3.2')
)
[org.apache.felix/org.apache.felix.http.jetty "2.3.2"]
'org.apache.felix:org.apache.felix.http.jetty:2.3.2'