is not current version
Last Version 1.1.4

org.ops4j.pax:cdi 1.0.0.RC1

Contexts and Dependency Injection for OSGi Applications

GroupId

GroupId

org.ops4j.pax
ArtifactId

ArtifactId

cdi
Version

Version

1.0.0.RC1
Type

Type

pom

Download cdi 1.0.0.RC1

Filename Size
cdi-1.0.0.RC1.pom 4 KB
Browse

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