License |
License |
---|---|
GroupId | GroupIdorg.apache.felix |
ArtifactId | ArtifactIdorg.apache.felix.http.whiteboard |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Felix Http Whiteboard
This is an implementation of the proprietary Apache Felix whiteboard support
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.http.whiteboard/ -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.whiteboard</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.http.whiteboard/
implementation 'org.apache.felix:org.apache.felix.http.whiteboard:4.0.0'
// https://jarcasting.com/artifacts/org.apache.felix/org.apache.felix.http.whiteboard/
implementation ("org.apache.felix:org.apache.felix.http.whiteboard:4.0.0")
'org.apache.felix:org.apache.felix.http.whiteboard:jar:4.0.0'
<dependency org="org.apache.felix" name="org.apache.felix.http.whiteboard" rev="4.0.0">
<artifact name="org.apache.felix.http.whiteboard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.felix', module='org.apache.felix.http.whiteboard', version='4.0.0')
)
libraryDependencies += "org.apache.felix" % "org.apache.felix.http.whiteboard" % "4.0.0"
[org.apache.felix/org.apache.felix.http.whiteboard "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.osgi : osgi.core | jar | 6.0.0 |
org.osgi : org.osgi.service.http | jar | 1.2.1 |
org.osgi : org.osgi.service.http.whiteboard | jar | 1.1.0 |
org.osgi : org.osgi.service.log | jar | 1.3.0 |
org.apache.felix : org.apache.felix.http.base | jar | 4.0.0 |
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
org.osgi : osgi.annotation | jar | 6.0.1 |
Group / Artifact | Type | Version |
---|---|---|
commons-collections : commons-collections | jar | 3.2.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.17.0 |