MVN

de.gematik.ti : vauchannel-cxf

Maven & Gradle

Mar 15, 2021
3 usages
2 stars

vauchannel-cxf · VAU channel base module - example cxf integration

<dependency>
    <groupId>de.gematik.ti</groupId>
    <artifactId>vauchannel-cxf</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.gematik.ti : vauchannel-cxf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.8

All Versions

Choose a version of de.gematik.ti : vauchannel-cxf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
vauchannel-cxf-1.3.8
vauchannel-cxf-1.3.7

How to add a dependency to Maven

Add the following de.gematik.ti : vauchannel-cxf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.gematik.ti</groupId>
    <artifactId>vauchannel-cxf</artifactId>
    <version>1.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.gematik.ti : vauchannel-cxf gradle dependency to your build.gradle file:

implementation 'de.gematik.ti:vauchannel-cxf:1.3.8'

Gradle Kotlin DSL: Add the following de.gematik.ti : vauchannel-cxf gradle kotlin dependency to your build.gradle.kts file:

implementation("de.gematik.ti:vauchannel-cxf:1.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.gematik.ti : vauchannel-cxf sbt scala dependency to your build.sbt file:

libraryDependencies += "de.gematik.ti" % "vauchannel-cxf" % "1.3.8"

Advertisement