Group Id org.apache.felix
Artifact Id org.apache.felix.http.jetty
Version 4.0.12
Packaging jar
URL -
Badge
Last Updated 2019-09-04T00:38:16+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>4.0.12</version>
</dependency>
implementation group: 'org.apache.felix', name: 'org.apache.felix.http.jetty', version: '4.0.12'
implementation 'org.apache.felix:org.apache.felix.http.jetty:4.0.12'
implementation("org.apache.felix:org.apache.felix.http.jetty:4.0.12")
libraryDependencies += "org.apache.felix" % "org.apache.felix.http.jetty" % "4.0.12"
<dependency org="org.apache.felix" name="org.apache.felix.http.jetty" rev="4.0.12"/>
@Grapes(
    @Grab(group='org.apache.felix', module='org.apache.felix.http.jetty', version='4.0.12')
)
[org.apache.felix/org.apache.felix.http.jetty "4.0.12"]
'org.apache.felix:org.apache.felix.http.jetty:4.0.12'