MVN

de.gematik.pki : gemLibPki

Maven & Gradle

Jul 26, 2023
14 stars

GemLibPki · library for implementation and tests of the gematik pki specification

<dependency>
    <groupId>de.gematik.pki</groupId>
    <artifactId>gemLibPki</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0

All Versions

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

Version Vulnerabilities Updated
1.0.x
gemLibPki-1.0.0
0.12.x
gemLibPki-0.12.0
0.11.x
gemLibPki-0.11.0
0.9.x
gemLibPki-0.9.4
0.7.x
gemLibPki-0.7.1
0.6.x
gemLibPki-0.6.2
gemLibPki-0.6.1
gemLibPki-0.6.0
0.5.x
gemLibPki-0.5.3
gemLibPki-0.5.2
gemLibPki-0.5.0
0.4.x
gemLibPki-0.4.1

How to add a dependency to Maven

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

<dependency>
    <groupId>de.gematik.pki</groupId>
    <artifactId>gemLibPki</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.gematik.pki : gemLibPki gradle dependency to your build.gradle file:

implementation 'de.gematik.pki:gemLibPki:1.0.0'

Gradle Kotlin DSL: Add the following de.gematik.pki : gemLibPki gradle kotlin dependency to your build.gradle.kts file:

implementation("de.gematik.pki:gemLibPki:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.gematik.pki : gemLibPki sbt scala dependency to your build.sbt file:

libraryDependencies += "de.gematik.pki" % "gemLibPki" % "1.0.0"