is not current version
Last Version 13

org.apache.felix:org.apache.felix.http.parent 1


GroupId

GroupId

org.apache.felix
ArtifactId

ArtifactId

org.apache.felix.http.parent
Version

Version

1
Type

Type

pom

Download org.apache.felix.http.parent 1


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