组织ID: |
com.microsoft.azure |
项目ID: |
azure-client-authentication |
版本: |
1.0.0-beta1 |
最后修改时间: |
2018-11-03 15:02:57 |
包类型: |
jar |
标题: |
Microsoft Azure AutoRest Authentication Library for Java |
描述: |
This is the authentication library for AutoRest generated Azure Java clients. |
相关URL: |
https://github.com/Azure/autorest |
大小: |
10.73KB |
|
Maven引入代码: |
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-authentication</artifactId>
<version>1.0.0-beta1</version>
</dependency>
|
Gradle引入代码: |
com.microsoft.azure:azure-client-authentication:1.0.0-beta1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-authentication</artifactId>
<version>1.0.0-beta1</version>
<name>Microsoft Azure AutoRest Authentication Library for Java</name>
<description>This is the authentication library for AutoRest generated Azure Java clients.</description>
<url>https://github.com/Azure/autorest</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>microsoft</id>
<name>Microsoft</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/Azure/AutoRest.git</connection>
<url>scm:git:https://github.com/Azure/AutoRest</url>
</scm>
<dependencies>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>adal4j</artifactId>
<version>1.1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.rest</groupId>
<artifactId>client-runtime</artifactId>
<version>1.0.0-beta1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.microsoft.rest</groupId>
<artifactId>client-runtime</artifactId>
<version>1.0.0-beta1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/MSFTSIG.SF
META-INF/MSFTSIG.RSA
com.microsoft.azure.credentials.ApplicationTokenCredentials.class
com.microsoft.azure.credentials.AzureEnvironment.class
com.microsoft.azure.credentials.UserTokenCredentials.class
|
依赖Jar: |
adal4j-1.1.2.jar
/com.microsoft.azure/adal4j/1.1.2
查看adal4j所有版本文件
junit-dep-4.11.jar
/junit/junit-dep/4.11
查看junit-dep所有版本文件
client-runtime-1.0.0-beta1.jar
/com.microsoft.rest/client-runtime/1.0.0-beta1
查看client-runtime所有版本文件
client-runtime-1.0.0-beta1.jar
/com.microsoft.rest/client-runtime/1.0.0-beta1
查看client-runtime所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
|