| 组织ID: |
org.netbeans.api |
| 项目ID: |
org-netbeans-api-annotations-common |
| 版本: |
RELEASE111 |
| 最后修改时间: |
2019-08-12 22:49:47 |
| 包类型: |
jar |
| 大小: |
28.70KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-api-annotations-common</artifactId>
<version>RELEASE111</version>
</dependency>
|
| Gradle引入代码: |
org.netbeans.api:org-netbeans-api-annotations-common:RELEASE111
|
| 下载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>
<parent>
<groupId>org.apache.netbeans</groupId>
<artifactId>netbeans-parent</artifactId>
<version>2</version>
</parent>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-api-annotations-common</artifactId>
<version>RELEASE111</version>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
META-INF/services/javax.annotation.processing.Processor
org/netbeans/annotations/common/resources/Bundle.properties
org.netbeans.api.annotations.common.CheckForNull.class
org.netbeans.api.annotations.common.CheckReturnValue.class
org.netbeans.api.annotations.common.NonNull.class
org.netbeans.api.annotations.common.NullAllowed.class
org.netbeans.api.annotations.common.NullUnknown.class
org.netbeans.api.annotations.common.StaticResource.class
org.netbeans.api.annotations.common.SuppressWarnings.class
org.netbeans.api.annotations.common.package-info.class
org.netbeans.api.annotations.common.proc.StaticResourceProcessor$1.class
org.netbeans.api.annotations.common.proc.StaticResourceProcessor.class
|
| 依赖Jar: |
无
|