组织ID: |
com.intellij |
项目ID: |
annotations |
版本: |
5.1 |
最后修改时间: |
2018-08-05 14:24:35 |
包类型: |
jar |
标题: |
Jetbrains annotations |
相关URL: |
http://www.jetbrains.com/ |
大小: |
3.33KB |
|
Maven引入代码: |
<dependency>
<groupId>com.intellij</groupId>
<artifactId>annotations</artifactId>
<version>5.1</version>
</dependency>
|
Gradle引入代码: |
com.intellij:annotations:5.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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.intellij</groupId>
<artifactId>annotations</artifactId>
<version>5.1</version>
<packaging>jar</packaging>
<name>Jetbrains annotations</name>
<url>http://www.jetbrains.com/</url>
<licenses>
<license>
<name>Apache License 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Jetbrains developpers</name>
<email>support@jetbrains.com</email>
<organization>Jetbrains</organization>
<organizationUrl>http://www.jetbrains.com</organizationUrl>
</developer>
</developers>
<dependencies/>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.jetbrains.annotations.NonNls.class
org.jetbrains.annotations.NotNull.class
org.jetbrains.annotations.Nullable.class
org.jetbrains.annotations.PropertyKey.class
|
依赖Jar: |
无
|