is not current version
Last Version 3.0.10

org.apache.karaf.http:http 3.0.7


GroupId

GroupId

org.apache.karaf.http
ArtifactId

ArtifactId

http
Version

Version

3.0.7
Type

Type

pom

Download http 3.0.7

Filename Size
http-3.0.7.pom 1 KB
Browse

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