is not current version
Last Version 1.1.4

org.ops4j.pax:cdi 1.1.2

Contexts and Dependency Injection for OSGi Applications

GroupId

GroupId

org.ops4j.pax
ArtifactId

ArtifactId

cdi
Version

Version

1.1.2
Type

Type

pom

Download cdi 1.1.2

Filename Size
cdi-1.1.2.pom 5 KB
Browse

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