a

auth-core

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