MVN

com.github.shumonsharif : quarkus-cxf

Maven & Gradle

Jul 21, 2020
2 usages

Quarkus CXF Extension - Runtime

<dependency>
    <groupId>com.github.shumonsharif</groupId>
    <artifactId>quarkus-cxf</artifactId>
    <version>1.0.0-alpha-01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.shumonsharif : quarkus-cxf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-alpha-01
  • Latest Alpha: 1.0.0-alpha-01

All Versions

Choose a version of com.github.shumonsharif : quarkus-cxf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
quarkus-cxf-1.0.0-alpha-01

How to add a dependency to Maven

Add the following com.github.shumonsharif : quarkus-cxf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.shumonsharif</groupId>
    <artifactId>quarkus-cxf</artifactId>
    <version>1.0.0-alpha-01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.shumonsharif : quarkus-cxf gradle dependency to your build.gradle file:

implementation 'com.github.shumonsharif:quarkus-cxf:1.0.0-alpha-01'

Gradle Kotlin DSL: Add the following com.github.shumonsharif : quarkus-cxf gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.shumonsharif:quarkus-cxf:1.0.0-alpha-01")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.shumonsharif : quarkus-cxf sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.shumonsharif" % "quarkus-cxf" % "1.0.0-alpha-01"

Advertisement