MVN

com.lacunasoftware.restpki : restpki-client

Maven & Gradle

Oct 19, 2021
1 usages

restpki-client · Classes to consume Lacuna Software REST PKI

<dependency>
    <groupId>com.lacunasoftware.restpki</groupId>
    <artifactId>restpki-client</artifactId>
    <version>1.15.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lacunasoftware.restpki : restpki-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15.7

All Versions

Choose a version of com.lacunasoftware.restpki : restpki-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15.x
restpki-client-1.15.7
restpki-client-1.15.6
restpki-client-1.15.5
restpki-client-1.15.4
restpki-client-1.15.3
restpki-client-1.15.2
restpki-client-1.15.1
restpki-client-1.15.0
1.14.x
restpki-client-1.14.0
1.13.x
restpki-client-1.13.0
1.12.x
restpki-client-1.12.1
restpki-client-1.12.0

How to add a dependency to Maven

Add the following com.lacunasoftware.restpki : restpki-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lacunasoftware.restpki</groupId>
    <artifactId>restpki-client</artifactId>
    <version>1.15.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lacunasoftware.restpki : restpki-client gradle dependency to your build.gradle file:

implementation 'com.lacunasoftware.restpki:restpki-client:1.15.7'

Gradle Kotlin DSL: Add the following com.lacunasoftware.restpki : restpki-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lacunasoftware.restpki:restpki-client:1.15.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lacunasoftware.restpki : restpki-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lacunasoftware.restpki" % "restpki-client" % "1.15.7"

Advertisement