MVN

com.safelayer.test : StandalonePkiConnector

Maven & Gradle

Feb 05, 2019

standalone-pki-connector · A sample war publish

<dependency>
    <groupId>com.safelayer.test</groupId>
    <artifactId>StandalonePkiConnector</artifactId>
    <version>unspecified</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.safelayer.test : StandalonePkiConnector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: unspecified

All Versions

Choose a version of com.safelayer.test : StandalonePkiConnector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
unspecified
StandalonePkiConnector-unspecified

How to add a dependency to Maven

Add the following com.safelayer.test : StandalonePkiConnector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.safelayer.test</groupId>
    <artifactId>StandalonePkiConnector</artifactId>
    <version>unspecified</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.safelayer.test : StandalonePkiConnector gradle dependency to your build.gradle file:

implementation 'com.safelayer.test:StandalonePkiConnector:unspecified'

Gradle Kotlin DSL: Add the following com.safelayer.test : StandalonePkiConnector gradle kotlin dependency to your build.gradle.kts file:

implementation("com.safelayer.test:StandalonePkiConnector:unspecified")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.safelayer.test : StandalonePkiConnector sbt scala dependency to your build.sbt file:

libraryDependencies += "com.safelayer.test" % "StandalonePkiConnector" % "unspecified"

Advertisement