is not current version
Last Version 13

org.apache.felix:org.apache.felix.http.parent 3


GroupId

GroupId

org.apache.felix
ArtifactId

ArtifactId

org.apache.felix.http.parent
Version

Version

3
Type

Type

pom

Download org.apache.felix.http.parent 3


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