MVN

de.gematik.idp : idp-client

Maven & Gradle

Aug 15, 2023
18 stars
<dependency>
    <groupId>de.gematik.idp</groupId>
    <artifactId>idp-client</artifactId>
    <version>25.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.gematik.idp : idp-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 25.0.1

All Versions

Choose a version of de.gematik.idp : idp-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
25.0.x
idp-client-25.0.1
idp-client-25.0.0
24.1.x
idp-client-24.1.0
24.0.x
idp-client-24.0.0
23.0.x
idp-client-23.0.4
idp-client-23.0.2
idp-client-23.0.1
22.0.x
idp-client-22.0.4
idp-client-22.0.3
idp-client-22.0.1
21.0.x
idp-client-21.0.33
idp-client-21.0.30
idp-client-21.0.25
idp-client-21.0.23
idp-client-21.0.22
idp-client-21.0.20
idp-client-21.0.16
idp-client-21.0.12
idp-client-21.0.8

How to add a dependency to Maven

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

<dependency>
    <groupId>de.gematik.idp</groupId>
    <artifactId>idp-client</artifactId>
    <version>25.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.gematik.idp : idp-client gradle dependency to your build.gradle file:

implementation 'de.gematik.idp:idp-client:25.0.1'

Gradle Kotlin DSL: Add the following de.gematik.idp : idp-client gradle kotlin dependency to your build.gradle.kts file:

implementation("de.gematik.idp:idp-client:25.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.gematik.idp : idp-client sbt scala dependency to your build.sbt file:

libraryDependencies += "de.gematik.idp" % "idp-client" % "25.0.1"

Advertisement