MVN

de.gematik.pki.gemlibpki : gemLibPki

Maven & Gradle

Sep 16, 2022
14 stars

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

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

Latest Version

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

  • Latest Stable: 0.9.3

All Versions

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

Version Vulnerabilities Updated
0.9.x
gemLibPki-0.9.3
gemLibPki-0.9.2
gemLibPki-0.9.1
0.8.x
gemLibPki-0.8.1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'de.gematik.pki.gemlibpki:gemLibPki:0.9.3'

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

implementation("de.gematik.pki.gemlibpki:gemLibPki:0.9.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.gematik.pki.gemlibpki" % "gemLibPki" % "0.9.3"