MVN

io.bootique.cxf : bootique-cxf-jakarta-core

Maven & Gradle

Apr 04, 2024

bootique-cxf-jakarta-core: Apache CXF core entities integration with Bootique · Provides Apache CXF core entities integration with Bootique.

<dependency>
    <groupId>io.bootique.cxf</groupId>
    <artifactId>bootique-cxf-jakarta-core</artifactId>
    <version>3.0-M3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bootique.cxf : bootique-cxf-jakarta-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0-M3

All Versions

Choose a version of io.bootique.cxf : bootique-cxf-jakarta-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
bootique-cxf-jakarta-core-3.0-M3

How to add a dependency to Maven

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

<dependency>
    <groupId>io.bootique.cxf</groupId>
    <artifactId>bootique-cxf-jakarta-core</artifactId>
    <version>3.0-M3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.bootique.cxf : bootique-cxf-jakarta-core gradle dependency to your build.gradle file:

implementation 'io.bootique.cxf:bootique-cxf-jakarta-core:3.0-M3'

Gradle Kotlin DSL: Add the following io.bootique.cxf : bootique-cxf-jakarta-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.bootique.cxf:bootique-cxf-jakarta-core:3.0-M3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.bootique.cxf : bootique-cxf-jakarta-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.bootique.cxf" % "bootique-cxf-jakarta-core" % "3.0-M3"