a

auth-lib-parent

Parent POM for supporting multi-module Authentication library for VSTS and TFS
https://java.visualstudio.com/
MIT License
Oli Dagenais Yang Cao
文件下载
文件名 操作
auth-lib-parent-0.5.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.microsoft.alm</groupId>
  <artifactId>auth-lib-parent</artifactId>
  <version>0.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.microsoft.alm:auth-lib-parent:0.5.0'
Gradle Kotlin
implementation("com.microsoft.alm:auth-lib-parent:0.5.0")
Scala SBT
libraryDependencies += "com.microsoft.alm" % "auth-lib-parent" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.alm', module='auth-lib-parent', version='0.5.0')
)
Apache Ivy
<dependency org="com.microsoft.alm" name="auth-lib-parent" rev="0.5.0" />
Leiningen
[com.microsoft.alm/auth-lib-parent "0.5.0"]
Apache Buildr
'com.microsoft.alm:auth-lib-parent:jar:0.5.0'
本项目依赖
该项目无第三方依赖