License |
License |
---|---|
GroupId | GroupIdorg.ops4j.pax.cdi |
ArtifactId | ArtifactIditest |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOPS4J Pax CDI Integration Tests
Contexts and Dependency Injection for OSGi Applications
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
itest-1.1.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.cdi/itest/ -->
<dependency>
<groupId>org.ops4j.pax.cdi</groupId>
<artifactId>itest</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.cdi/itest/
implementation 'org.ops4j.pax.cdi:itest:1.1.0'
// https://jarcasting.com/artifacts/org.ops4j.pax.cdi/itest/
implementation ("org.ops4j.pax.cdi:itest:1.1.0")
'org.ops4j.pax.cdi:itest:pom:1.1.0'
<dependency org="org.ops4j.pax.cdi" name="itest" rev="1.1.0">
<artifact name="itest" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.cdi', module='itest', version='1.1.0')
)
libraryDependencies += "org.ops4j.pax.cdi" % "itest" % "1.1.0"
[org.ops4j.pax.cdi/itest "1.1.0"]