is not current version
Last Version 0.6.4

com.microsoft.alm:auth-core 0.5.0

A library for authenticating against VSTS and TFS.

GroupId

GroupId

com.microsoft.alm
ArtifactId

ArtifactId

auth-core
Version

Version

0.5.0
Type

Type

jar

Download auth-core 0.5.0


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