MVN

org.echocat.marquardt : authority

Maven & Gradle

Nov 27, 2015
2 usages
0 stars

Marquardt Java SDK - Authority

<dependency>
    <groupId>org.echocat.marquardt</groupId>
    <artifactId>authority</artifactId>
    <version>0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.echocat.marquardt : authority to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14

All Versions

Choose a version of org.echocat.marquardt : authority to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14
authority-0.14
0.13
authority-0.13
0.11
authority-0.11
0.10
authority-0.10
0.9
authority-0.9
0.8
authority-0.8
0.7
authority-0.7
0.6
authority-0.6
0.5
authority-0.5
0.4
authority-0.4
0.3
authority-0.3
0.2
authority-0.2
0.1
authority-0.1

How to add a dependency to Maven

Add the following org.echocat.marquardt : authority maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.echocat.marquardt</groupId>
    <artifactId>authority</artifactId>
    <version>0.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.echocat.marquardt : authority gradle dependency to your build.gradle file:

implementation 'org.echocat.marquardt:authority:0.14'

Gradle Kotlin DSL: Add the following org.echocat.marquardt : authority gradle kotlin dependency to your build.gradle.kts file:

implementation("org.echocat.marquardt:authority:0.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.echocat.marquardt : authority sbt scala dependency to your build.sbt file:

libraryDependencies += "org.echocat.marquardt" % "authority" % "0.14"

Advertisement