License |
License |
---|---|
GroupId | GroupIdorg.ops4j.pax.cdi |
ArtifactId | ArtifactIdpax-cdi-test-support |
Last Version | Last Version1.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOPS4J Pax CDI Test Support
Contexts and Dependency Injection for OSGi Applications
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pax-cdi-test-support-1.1.4.pom | |
pax-cdi-test-support-1.1.4.jar | 15 KB |
pax-cdi-test-support-1.1.4-sources.jar | 10 KB |
pax-cdi-test-support-1.1.4-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.cdi/pax-cdi-test-support/ -->
<dependency>
<groupId>org.ops4j.pax.cdi</groupId>
<artifactId>pax-cdi-test-support</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.cdi/pax-cdi-test-support/
implementation 'org.ops4j.pax.cdi:pax-cdi-test-support:1.1.4'
// https://jarcasting.com/artifacts/org.ops4j.pax.cdi/pax-cdi-test-support/
implementation ("org.ops4j.pax.cdi:pax-cdi-test-support:1.1.4")
'org.ops4j.pax.cdi:pax-cdi-test-support:jar:1.1.4'
<dependency org="org.ops4j.pax.cdi" name="pax-cdi-test-support" rev="1.1.4">
<artifact name="pax-cdi-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.cdi', module='pax-cdi-test-support', version='1.1.4')
)
libraryDependencies += "org.ops4j.pax.cdi" % "pax-cdi-test-support" % "1.1.4"
[org.ops4j.pax.cdi/pax-cdi-test-support "1.1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.ops4j.pax.cdi : pax-cdi-api | jar | 1.1.4 |
org.ops4j.pax.exam : pax-exam | jar | 4.13.4 |
Group / Artifact | Type | Version |
---|---|---|
org.osgi : osgi.core | jar | 6.0.0 |