MVN

com.mdsol : mauth-common

Maven & Gradle

Jul 18, 2023
2 usages
3 stars

mauth-common · MAuth clients

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

Latest Version

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

  • Latest Stable: 15.0.0

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement