MVN

org.ops4j.pax.cdi : pax-cdi-manual

Maven & Gradle

Mar 08, 2021
32 stars

OPS4J Pax CDI Manual

<dependency>
    <groupId>org.ops4j.pax.cdi</groupId>
    <artifactId>pax-cdi-manual</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ops4j.pax.cdi : pax-cdi-manual to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4
  • Latest Release Candidate: 1.0.0.RC2

All Versions

Choose a version of org.ops4j.pax.cdi : pax-cdi-manual to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
pax-cdi-manual-1.1.4
pax-cdi-manual-1.1.3
pax-cdi-manual-1.1.2
pax-cdi-manual-1.1.1
pax-cdi-manual-1.1.0
1.0.x
pax-cdi-manual-1.0.0
pax-cdi-manual-1.0.0.RC2
pax-cdi-manual-1.0.0.RC1

How to add a dependency to Maven

Add the following org.ops4j.pax.cdi : pax-cdi-manual maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ops4j.pax.cdi</groupId>
    <artifactId>pax-cdi-manual</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ops4j.pax.cdi : pax-cdi-manual gradle dependency to your build.gradle file:

implementation 'org.ops4j.pax.cdi:pax-cdi-manual:1.1.4'

Gradle Kotlin DSL: Add the following org.ops4j.pax.cdi : pax-cdi-manual gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ops4j.pax.cdi:pax-cdi-manual:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ops4j.pax.cdi : pax-cdi-manual sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ops4j.pax.cdi" % "pax-cdi-manual" % "1.1.4"

Advertisement

Dependencies from Group

Mar 08, 2021
117 usages
32 stars
Mar 08, 2021
22 usages
32 stars
Feb 13, 2019
17 usages
32 stars
Mar 08, 2021
15 usages
32 stars
Mar 08, 2021
15 usages
32 stars

Discover Dependencies