License |
License |
---|---|
GroupId | GroupIdorg.ops4j.pax.cdi |
ArtifactId | ArtifactIdpax-cdi-parent |
Last Version | Last Version1.1.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOPS4J Pax CDI Parent POM
Contexts and Dependency Injection for OSGi Applications
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pax-cdi-parent-1.1.4.pom | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.cdi/pax-cdi-parent/ -->
<dependency>
<groupId>org.ops4j.pax.cdi</groupId>
<artifactId>pax-cdi-parent</artifactId>
<version>1.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.cdi/pax-cdi-parent/
implementation 'org.ops4j.pax.cdi:pax-cdi-parent:1.1.4'
// https://jarcasting.com/artifacts/org.ops4j.pax.cdi/pax-cdi-parent/
implementation ("org.ops4j.pax.cdi:pax-cdi-parent:1.1.4")
'org.ops4j.pax.cdi:pax-cdi-parent:pom:1.1.4'
<dependency org="org.ops4j.pax.cdi" name="pax-cdi-parent" rev="1.1.4">
<artifact name="pax-cdi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.cdi', module='pax-cdi-parent', version='1.1.4')
)
libraryDependencies += "org.ops4j.pax.cdi" % "pax-cdi-parent" % "1.1.4"
[org.ops4j.pax.cdi/pax-cdi-parent "1.1.4"]