组织ID: |
com.microsoft.azure |
项目ID: |
api-annotations |
版本: |
0.0.1 |
最后修改时间: |
2018-08-07 16:44:10 |
包类型: |
jar |
标题: |
Microsoft Azure SDK annotations |
描述: |
This package contains Microsoft Azure Management SDK annotations. |
相关URL: |
https://github.com/Microsoft/java-api-annotations |
大小: |
14.67KB |
|
Maven引入代码: |
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>api-annotations</artifactId>
<version>0.0.1</version>
</dependency>
|
Gradle引入代码: |
com.microsoft.azure:api-annotations:0.0.1
|
下载Jar包: |
|
POM文件内容: |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure</groupId>
<artifactId>api-annotations</artifactId>
<version>0.0.1</version>
<packaging>jar</packaging>
<name>Microsoft Azure SDK annotations</name>
<description>This package contains Microsoft Azure Management SDK annotations.</description>
<url>https://github.com/Microsoft/java-api-annotations</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>scm:git:https://github.com/Microsoft/java-api-annotations</url>
<connection>scm:git:git@github.com:Microsoft/java-api-annotations.git</connection>
<tag>HEAD</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<legal><![CDATA[[INFO] Any downloads listed may be third party software. Microsoft grants you no rights for third party software.]]></legal>
</properties>
<developers>
<developer>
<id>microsoft</id>
<name>Microsoft</name>
</developer>
</developers>
<build>
<sourceDirectory>src</sourceDirectory>
<resources>
<resource>
<directory>src</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
<resource>
<directory>resources</directory>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<compilerArgument>-proc:none</compilerArgument>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/MSFTSIG.SF
META-INF/MSFTSIG.RSA
META-INF/services/javax.annotation.processing.Processor
META-INF/maven/com.microsoft.azure/api-annotations/pom.xml
META-INF/maven/com.microsoft.azure/api-annotations/pom.properties
com.microsoft.azure.management.apigeneration.Fluent.class
com.microsoft.azure.management.apigeneration.LangDefinition$MethodConversion.class
com.microsoft.azure.management.apigeneration.LangDefinition.class
com.microsoft.azure.management.apigeneration.LangDefinitionProcessor.class
com.microsoft.azure.management.apigeneration.LangMethodDefinition$LangMethodType.class
com.microsoft.azure.management.apigeneration.LangMethodDefinition.class
com.microsoft.azure.management.apigeneration.Method.class
|
依赖Jar: |
无
|