MVN

com.whatspos.sdk : signature-provider

Maven & Gradle

Nov 03, 2021
1 stars

PAXSTORE Signature Provider Interface · PAXSTORE Signature Provider Interface

<dependency>
    <groupId>com.whatspos.sdk</groupId>
    <artifactId>signature-provider</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.whatspos.sdk : signature-provider to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.whatspos.sdk : signature-provider to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
signature-provider-1.1
1.0
signature-provider-1.0

How to add a dependency to Maven

Add the following com.whatspos.sdk : signature-provider maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.whatspos.sdk</groupId>
    <artifactId>signature-provider</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.whatspos.sdk : signature-provider gradle dependency to your build.gradle file:

implementation 'com.whatspos.sdk:signature-provider:1.1'

Gradle Kotlin DSL: Add the following com.whatspos.sdk : signature-provider gradle kotlin dependency to your build.gradle.kts file:

implementation("com.whatspos.sdk:signature-provider:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.whatspos.sdk : signature-provider sbt scala dependency to your build.sbt file:

libraryDependencies += "com.whatspos.sdk" % "signature-provider" % "1.1"

Advertisement