MVN

de.gematik.epa : lib-ihe-xds

Maven & Gradle

Jul 12, 2023
0 stars

lib-ihe-xds · A lib to create and process IHE requests from/to more descriptive Java records

<dependency>
    <groupId>de.gematik.epa</groupId>
    <artifactId>lib-ihe-xds</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.gematik.epa : lib-ihe-xds to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of de.gematik.epa : lib-ihe-xds to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
lib-ihe-xds-1.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>de.gematik.epa</groupId>
    <artifactId>lib-ihe-xds</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.gematik.epa : lib-ihe-xds gradle dependency to your build.gradle file:

implementation 'de.gematik.epa:lib-ihe-xds:1.0.2'

Gradle Kotlin DSL: Add the following de.gematik.epa : lib-ihe-xds gradle kotlin dependency to your build.gradle.kts file:

implementation("de.gematik.epa:lib-ihe-xds:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.gematik.epa : lib-ihe-xds sbt scala dependency to your build.sbt file:

libraryDependencies += "de.gematik.epa" % "lib-ihe-xds" % "1.0.2"