GroupId | GroupIdorg.apache.felix |
---|---|
ArtifactId | ArtifactIdorg.apache.felix.http.proxy |
Version | Version3.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.http.proxy/ -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.proxy</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.http.proxy/
implementation 'org.apache.felix:org.apache.felix.http.proxy:3.0.0'
// https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.http.proxy/
implementation ("org.apache.felix:org.apache.felix.http.proxy:3.0.0")
'org.apache.felix:org.apache.felix.http.proxy:jar:3.0.0'
<dependency org="org.apache.felix" name="org.apache.felix.http.proxy" rev="3.0.0">
<artifact name="org.apache.felix.http.proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.felix', module='org.apache.felix.http.proxy', version='3.0.0')
)
libraryDependencies += "org.apache.felix" % "org.apache.felix.http.proxy" % "3.0.0"
[org.apache.felix/org.apache.felix.http.proxy "3.0.0"]