MVN

com.mdsol : mauth-signer

Maven & Gradle

Jul 18, 2023
8 usages
3 stars

mauth-signer · MAuth clients

<dependency>
    <groupId>com.mdsol</groupId>
    <artifactId>mauth-signer</artifactId>
    <version>15.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mdsol : mauth-signer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 15.0.0

All Versions

Choose a version of com.mdsol : mauth-signer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
15.0.x
mauth-signer-15.0.0
14.0.x
mauth-signer-14.0.0
13.0.x
mauth-signer-13.0.0
12.0.x
mauth-signer-12.0.0
11.0.x
mauth-signer-11.0.0
10.1.x
mauth-signer-10.1.0
10.0.x
mauth-signer-10.0.3
mauth-signer-10.0.2
mauth-signer-10.0.1
mauth-signer-10.0.0
9.0.x
mauth-signer-9.0.0
8.0.x
mauth-signer-8.0.1
mauth-signer-8.0.0
7.0.x
mauth-signer-7.0.1
mauth-signer-7.0.0
6.0.x
mauth-signer-6.0.1
mauth-signer-6.0.0
5.0.x
mauth-signer-5.0.2
mauth-signer-5.0.1
mauth-signer-5.0.0
4.0.x
mauth-signer-4.0.2
mauth-signer-4.0.1
mauth-signer-4.0.0
3.0.x
mauth-signer-3.0.0
2.1.x
mauth-signer-2.1.1
mauth-signer-2.1.0
2.0.x
mauth-signer-2.0.4
mauth-signer-2.0.3
mauth-signer-2.0.2
mauth-signer-2.0.1
mauth-signer-2.0.0
1.0.x
mauth-signer-1.0.16
mauth-signer-1.0.15
mauth-signer-1.0.14
mauth-signer-1.0.13
mauth-signer-1.0.10
mauth-signer-1.0.9
mauth-signer-1.0.8
mauth-signer-1.0.7
mauth-signer-1.0.6
mauth-signer-1.0.5
mauth-signer-1.0.1

How to add a dependency to Maven

Add the following com.mdsol : mauth-signer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mdsol</groupId>
    <artifactId>mauth-signer</artifactId>
    <version>15.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mdsol : mauth-signer gradle dependency to your build.gradle file:

implementation 'com.mdsol:mauth-signer:15.0.0'

Gradle Kotlin DSL: Add the following com.mdsol : mauth-signer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mdsol:mauth-signer:15.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mdsol : mauth-signer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mdsol" % "mauth-signer" % "15.0.0"

Advertisement