a

auth-common

Collection of data models and helpers for authenticating against VSTS and TFS
https://java.visualstudio.com/
Files download
File Operation
auth-common-0.3.0.jar download
auth-common-0.3.0.pom download
auth-common-0.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.alm</groupId>
  <artifactId>auth-common</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.alm:auth-common:0.3.0'
Gradle Kotlin
implementation("com.microsoft.alm:auth-common:0.3.0")
Scala SBT
libraryDependencies += "com.microsoft.alm" % "auth-common" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.alm', module='auth-common', version='0.3.0')
)
Apache Ivy
<dependency org="com.microsoft.alm" name="auth-common" rev="0.3.0" />
Leiningen
[com.microsoft.alm/auth-common "0.3.0"]
Apache Buildr
'com.microsoft.alm:auth-common:jar:0.3.0'