License |
License |
---|---|
GroupId | GroupIdorg.ops4j.pax.cdi |
ArtifactId | ArtifactIdpax-cdi-fragment |
Last Version | Last Version0.12.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOPS4J Pax CDI Fragment Aggregator
Contexts and Dependency Injection for OSGi Applications
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
pax-cdi-fragment-0.12.0.pom | 616 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.cdi/pax-cdi-fragment/ -->
<dependency>
<groupId>org.ops4j.pax.cdi</groupId>
<artifactId>pax-cdi-fragment</artifactId>
<version>0.12.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.cdi/pax-cdi-fragment/
implementation 'org.ops4j.pax.cdi:pax-cdi-fragment:0.12.0'
// https://jarcasting.com/artifacts/org.ops4j.pax.cdi/pax-cdi-fragment/
implementation ("org.ops4j.pax.cdi:pax-cdi-fragment:0.12.0")
'org.ops4j.pax.cdi:pax-cdi-fragment:pom:0.12.0'
<dependency org="org.ops4j.pax.cdi" name="pax-cdi-fragment" rev="0.12.0">
<artifact name="pax-cdi-fragment" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.cdi', module='pax-cdi-fragment', version='0.12.0')
)
libraryDependencies += "org.ops4j.pax.cdi" % "pax-cdi-fragment" % "0.12.0"
[org.ops4j.pax.cdi/pax-cdi-fragment "0.12.0"]