MVN

net.maritimeconnectivity.pki : mcp-pki

Maven & Gradle

Jun 05, 2023
1 usages
2 stars

mcp-pki · PKI library for the MCP

<dependency>
    <groupId>net.maritimeconnectivity.pki</groupId>
    <artifactId>mcp-pki</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.maritimeconnectivity.pki : mcp-pki to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0
  • Latest Release Candidate: 1.2.0-RC2

All Versions

Choose a version of net.maritimeconnectivity.pki : mcp-pki to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
mcp-pki-1.2.0
mcp-pki-1.2.0-RC2
mcp-pki-1.2.0-RC1
1.1.x
mcp-pki-1.1.0
mcp-pki-1.1.0-RC1
1.0.x
mcp-pki-1.0.0
mcp-pki-1.0.0-RC1
0.12.x
mcp-pki-0.12.0
mcp-pki-0.12.0-RC1
0.11.x
mcp-pki-0.11.1
mcp-pki-0.11.1-RC2
mcp-pki-0.11.1-RC1
mcp-pki-0.11.0
mcp-pki-0.11.0-RC1

How to add a dependency to Maven

Add the following net.maritimeconnectivity.pki : mcp-pki maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.maritimeconnectivity.pki</groupId>
    <artifactId>mcp-pki</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.maritimeconnectivity.pki : mcp-pki gradle dependency to your build.gradle file:

implementation 'net.maritimeconnectivity.pki:mcp-pki:1.2.0'

Gradle Kotlin DSL: Add the following net.maritimeconnectivity.pki : mcp-pki gradle kotlin dependency to your build.gradle.kts file:

implementation("net.maritimeconnectivity.pki:mcp-pki:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.maritimeconnectivity.pki : mcp-pki sbt scala dependency to your build.sbt file:

libraryDependencies += "net.maritimeconnectivity.pki" % "mcp-pki" % "1.2.0"

Advertisement