License |
License |
---|---|
GroupId | GroupIdcom.microsoft.alm |
ArtifactId | ArtifactIdauth-core |
Last Version | Last Version0.6.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAuthentication Library for Visual Studio Team Services and Team Foundation Server
A library for authenticating against VSTS and TFS.
|
Filename | Size |
---|---|
auth-core-0.6.4.pom | |
auth-core-0.6.4.jar | 54 KB |
auth-core-0.6.4-sources.jar | 33 KB |
auth-core-0.6.4-javadoc.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.alm/auth-core/ -->
<dependency>
<groupId>com.microsoft.alm</groupId>
<artifactId>auth-core</artifactId>
<version>0.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.alm/auth-core/
implementation 'com.microsoft.alm:auth-core:0.6.4'
// https://jarcasting.com/artifacts/com.microsoft.alm/auth-core/
implementation ("com.microsoft.alm:auth-core:0.6.4")
'com.microsoft.alm:auth-core:jar:0.6.4'
<dependency org="com.microsoft.alm" name="auth-core" rev="0.6.4">
<artifact name="auth-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.alm', module='auth-core', version='0.6.4')
)
libraryDependencies += "com.microsoft.alm" % "auth-core" % "0.6.4"
[com.microsoft.alm/auth-core "0.6.4"]
Group / Artifact | Type | Version |
---|---|---|
com.microsoft.alm : auth-common | jar | 0.6.4 |
com.microsoft.alm : oauth2-useragent | jar | 0.11.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.4.1 |
org.slf4j : slf4j-api | jar | 1.7.19 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-nop | jar | 1.7.19 |
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.7 |
com.github.tomakehurst : wiremock | jar | 1.57 |
org.littleshoot : littleproxy | jar | 1.1.0-beta1 |
org.codehaus.groovy : groovy | jar | 2.4.5 |