Group Id org.apache.felix
Artifact Id org.apache.felix.http.jetty
Version 3.4.6
Packaging jar
URL -
Badge
Last Updated 2017-11-02T05:30:02+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>3.4.6</version>
</dependency>
implementation group: 'org.apache.felix', name: 'org.apache.felix.http.jetty', version: '3.4.6'
implementation 'org.apache.felix:org.apache.felix.http.jetty:3.4.6'
implementation("org.apache.felix:org.apache.felix.http.jetty:3.4.6")
libraryDependencies += "org.apache.felix" % "org.apache.felix.http.jetty" % "3.4.6"
<dependency org="org.apache.felix" name="org.apache.felix.http.jetty" rev="3.4.6"/>
@Grapes(
    @Grab(group='org.apache.felix', module='org.apache.felix.http.jetty', version='3.4.6')
)
[org.apache.felix/org.apache.felix.http.jetty "3.4.6"]
'org.apache.felix:org.apache.felix.http.jetty:3.4.6'