is not current version
Last Version 1.1.4

org.ops4j.pax:cdi 1.0.0

Contexts and Dependency Injection for OSGi Applications

GroupId

GroupId

org.ops4j.pax
ArtifactId

ArtifactId

cdi
Version

Version

1.0.0
Type

Type

pom

Download cdi 1.0.0

Filename Size
cdi-1.0.0.pom 5 KB
Browse

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