is not current version
Last Version 1.1.4

org.ops4j.pax:cdi 0.10.0

Contexts and Dependency Injection for OSGi Applications

GroupId

GroupId

org.ops4j.pax
ArtifactId

ArtifactId

cdi
Version

Version

0.10.0
Type

Type

pom

Download cdi 0.10.0

Filename Size
cdi-0.10.0.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/org.ops4j.pax/cdi/ -->
<dependency>
    <groupId>org.ops4j.pax</groupId>
    <artifactId>cdi</artifactId>
    <version>0.10.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax/cdi/
implementation 'org.ops4j.pax:cdi:0.10.0'
// https://jarcasting.com/artifacts/org.ops4j.pax/cdi/
implementation ("org.ops4j.pax:cdi:0.10.0")
'org.ops4j.pax:cdi:pom:0.10.0'
<dependency org="org.ops4j.pax" name="cdi" rev="0.10.0">
  <artifact name="cdi" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax', module='cdi', version='0.10.0')
)
libraryDependencies += "org.ops4j.pax" % "cdi" % "0.10.0"
[org.ops4j.pax/cdi "0.10.0"]