License |
License |
---|---|
GroupId | GroupIdorg.ancoron.osgi.test |
ArtifactId | ArtifactIdtest-support-felix |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFelix OSGi test support project
This is a project with the aim to provide a lot of code for common tasks
involved when testing OSGi applications.
|
Filename | Size |
---|---|
test-support-felix-1.0.0.pom | |
test-support-felix-1.0.0.jar | 4 KB |
test-support-felix-1.0.0-sources.jar | 2 KB |
test-support-felix-1.0.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ancoron.osgi.test/test-support-felix/ -->
<dependency>
<groupId>org.ancoron.osgi.test</groupId>
<artifactId>test-support-felix</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ancoron.osgi.test/test-support-felix/
implementation 'org.ancoron.osgi.test:test-support-felix:1.0.0'
// https://jarcasting.com/artifacts/org.ancoron.osgi.test/test-support-felix/
implementation ("org.ancoron.osgi.test:test-support-felix:1.0.0")
'org.ancoron.osgi.test:test-support-felix:jar:1.0.0'
<dependency org="org.ancoron.osgi.test" name="test-support-felix" rev="1.0.0">
<artifact name="test-support-felix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ancoron.osgi.test', module='test-support-felix', version='1.0.0')
)
libraryDependencies += "org.ancoron.osgi.test" % "test-support-felix" % "1.0.0"
[org.ancoron.osgi.test/test-support-felix "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 5.14.9 |
org.ancoron.osgi.test : test-support-base | jar | 1.0.0 |
org.apache.felix : org.apache.felix.framework | jar | 3.0.8 |