is not current version
Last Version 4.2.0

org.apache.felix:org.apache.felix.http.jetty 3.2.0


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.apache.felix
ArtifactId

ArtifactId

org.apache.felix.http.jetty
Version

Version

3.2.0
Type

Type

jar

Download org.apache.felix.http.jetty 3.2.0


<!-- https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.http.jetty/ -->
<dependency>
    <groupId>org.apache.felix</groupId>
    <artifactId>org.apache.felix.http.jetty</artifactId>
    <version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.http.jetty/
implementation 'org.apache.felix:org.apache.felix.http.jetty:3.2.0'
// https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.http.jetty/
implementation ("org.apache.felix:org.apache.felix.http.jetty:3.2.0")
'org.apache.felix:org.apache.felix.http.jetty:jar:3.2.0'
<dependency org="org.apache.felix" name="org.apache.felix.http.jetty" rev="3.2.0">
  <artifact name="org.apache.felix.http.jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.felix', module='org.apache.felix.http.jetty', version='3.2.0')
)
libraryDependencies += "org.apache.felix" % "org.apache.felix.http.jetty" % "3.2.0"
[org.apache.felix/org.apache.felix.http.jetty "3.2.0"]