is not current version
Last Version 0.6.4

com.microsoft.alm:auth-core 0.6.2

A library for authenticating against VSTS and TFS.

GroupId

GroupId

com.microsoft.alm
ArtifactId

ArtifactId

auth-core
Version

Version

0.6.2
Type

Type

jar

Download auth-core 0.6.2


<!-- https://jarcasting.com/artifacts/com.microsoft.alm/auth-core/ -->
<dependency>
    <groupId>com.microsoft.alm</groupId>
    <artifactId>auth-core</artifactId>
    <version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.alm/auth-core/
implementation 'com.microsoft.alm:auth-core:0.6.2'
// https://jarcasting.com/artifacts/com.microsoft.alm/auth-core/
implementation ("com.microsoft.alm:auth-core:0.6.2")
'com.microsoft.alm:auth-core:jar:0.6.2'
<dependency org="com.microsoft.alm" name="auth-core" rev="0.6.2">
  <artifact name="auth-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.alm', module='auth-core', version='0.6.2')
)
libraryDependencies += "com.microsoft.alm" % "auth-core" % "0.6.2"
[com.microsoft.alm/auth-core "0.6.2"]