License |
License |
---|---|
GroupId | GroupIdorg.apache.sling |
ArtifactId | ArtifactIdorg.apache.sling.testing.osgi-mock.test-services |
Last Version | Last Version3.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Sling Testing OSGi Mock Test Services
This module is only used in the unit tests of osgi-mock.core.
The sample OSGi components and services are not part of the osgi-mock test source to allow bnd plugin to auto-generate the metadata for them.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.testing.osgi-mock.test-services/ -->
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.osgi-mock.test-services</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.testing.osgi-mock.test-services/
implementation 'org.apache.sling:org.apache.sling.testing.osgi-mock.test-services:3.3.0'
// https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.testing.osgi-mock.test-services/
implementation ("org.apache.sling:org.apache.sling.testing.osgi-mock.test-services:3.3.0")
'org.apache.sling:org.apache.sling.testing.osgi-mock.test-services:jar:3.3.0'
<dependency org="org.apache.sling" name="org.apache.sling.testing.osgi-mock.test-services" rev="3.3.0">
<artifact name="org.apache.sling.testing.osgi-mock.test-services" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sling', module='org.apache.sling.testing.osgi-mock.test-services', version='3.3.0')
)
libraryDependencies += "org.apache.sling" % "org.apache.sling.testing.osgi-mock.test-services" % "3.3.0"
[org.apache.sling/org.apache.sling.testing.osgi-mock.test-services "3.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.framework | jar | 1.9.0 |
org.osgi : org.osgi.service.component | jar | 1.4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.annotation.versioning | jar | 1.1.1 |
org.osgi : org.osgi.service.component.annotations | jar | 1.4.0 |
org.jetbrains : annotations | jar | 16.0.2 |