MVN

com.mdsol : mauth-signer-akka-http_2.12

Maven & Gradle

Jul 18, 2023
1 usages
3 stars

mauth-signer-akka-http · MAuth clients

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

Latest Version

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

  • Latest Stable: 15.0.0

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.mdsol:mauth-signer-akka-http_2.12:15.0.0'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement