MVN

de.gematik.ti.epa : VZD-CLient

Maven & Gradle

Jul 14, 2020
2 stars

VZD-Client · VZD-Client to add, remove and change data

<dependency>
    <groupId>de.gematik.ti.epa</groupId>
    <artifactId>VZD-CLient</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.gematik.ti.epa : VZD-CLient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of de.gematik.ti.epa : VZD-CLient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
VZD-CLient-1.0.1
0.5.x
VZD-CLient-0.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>de.gematik.ti.epa</groupId>
    <artifactId>VZD-CLient</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.gematik.ti.epa : VZD-CLient gradle dependency to your build.gradle file:

implementation 'de.gematik.ti.epa:VZD-CLient:1.0.1'

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

implementation("de.gematik.ti.epa:VZD-CLient:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.gematik.ti.epa : VZD-CLient sbt scala dependency to your build.sbt file:

libraryDependencies += "de.gematik.ti.epa" % "VZD-CLient" % "1.0.1"

Advertisement