MVN

io.fabric8.quickstarts : cdi-cxf

Maven & Gradle

Jul 09, 2016

Fabric8 :: Quickstarts :: CDI :: CXF JAX-RS · CXF JAX-RS using CDI running in a standalone Java Container

<dependency>
    <groupId>io.fabric8.quickstarts</groupId>
    <artifactId>cdi-cxf</artifactId>
    <version>2.2.152</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.quickstarts : cdi-cxf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.152

All Versions

Choose a version of io.fabric8.quickstarts : cdi-cxf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
cdi-cxf-2.2.152
cdi-cxf-2.2.151
cdi-cxf-2.2.149
cdi-cxf-2.2.148
cdi-cxf-2.2.145
cdi-cxf-2.2.144
cdi-cxf-2.2.142
cdi-cxf-2.2.141
cdi-cxf-2.2.140
cdi-cxf-2.2.138
cdi-cxf-2.2.136
cdi-cxf-2.2.135
cdi-cxf-2.2.134
cdi-cxf-2.2.133
cdi-cxf-2.2.132
cdi-cxf-2.2.131
cdi-cxf-2.2.130
cdi-cxf-2.2.127
cdi-cxf-2.2.126
cdi-cxf-2.2.125
cdi-cxf-2.2.123
cdi-cxf-2.2.114
cdi-cxf-2.2.113
cdi-cxf-2.2.112
cdi-cxf-2.2.109
cdi-cxf-2.2.106
cdi-cxf-2.2.105
cdi-cxf-2.2.104
cdi-cxf-2.2.103
cdi-cxf-2.2.102
cdi-cxf-2.2.101
cdi-cxf-2.2.100

How to add a dependency to Maven

Add the following io.fabric8.quickstarts : cdi-cxf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fabric8.quickstarts</groupId>
    <artifactId>cdi-cxf</artifactId>
    <version>2.2.152</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.quickstarts : cdi-cxf gradle dependency to your build.gradle file:

implementation 'io.fabric8.quickstarts:cdi-cxf:2.2.152'

Gradle Kotlin DSL: Add the following io.fabric8.quickstarts : cdi-cxf gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8.quickstarts:cdi-cxf:2.2.152")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8.quickstarts : cdi-cxf sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8.quickstarts" % "cdi-cxf" % "2.2.152"