| 组织ID: |
com.intellij |
| 项目ID: |
annotations |
| 版本: |
9.0.4 |
| 最后修改时间: |
2018-07-23 21:42:42 |
| 包类型: |
jar |
| 标题: |
IntelliJ IDEA Annotations |
| 描述: |
Annotations used by IntelliJ IDEA for static code analysis |
| 相关URL: |
http://www.jetbrains.com/idea/ |
| 大小: |
9.72KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.intellij</groupId>
<artifactId>annotations</artifactId>
<version>9.0.4</version>
</dependency>
|
| Gradle引入代码: |
com.intellij:annotations:9.0.4
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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>
<packaging>jar</packaging>
<version>9.0.4</version>
<name>IntelliJ IDEA Annotations</name>
<description>Annotations used by IntelliJ IDEA for static code analysis</description>
<url>http://www.jetbrains.com/idea/</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://git.jetbrains.org/idea/community.git</url>
<connection>scm:git:git://git.jetbrains.org/idea/community.git</connection>
</scm>
<developers>
<developer>
<name>JetBrains</name>
<url>http://www.jetbrains.com/</url>
</developer>
</developers>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.intellij.lang.annotations.Identifier.class
org.intellij.lang.annotations.Language.class
org.intellij.lang.annotations.Pattern.class
org.intellij.lang.annotations.PrintFormat.class
org.intellij.lang.annotations.PrintFormatPattern.class
org.intellij.lang.annotations.RegExp.class
org.intellij.lang.annotations.Subst.class
org.jetbrains.annotations.Nls.class
org.jetbrains.annotations.NonNls.class
org.jetbrains.annotations.NotNull.class
org.jetbrains.annotations.Nullable.class
org.jetbrains.annotations.PropertyKey.class
org.jetbrains.annotations.TestOnly.class
|
| 依赖Jar: |
无
|