| 组织ID: |
org.netbeans.modules |
| 项目ID: |
org-netbeans-modules-project-indexingbridge |
| 版本: |
RELEASE111 |
| 最后修改时间: |
2019-08-23 16:24:00 |
| 包类型: |
jar |
| 大小: |
22.29KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-project-indexingbridge</artifactId>
<version>RELEASE111</version>
</dependency>
|
| Gradle引入代码: |
org.netbeans.modules:org-netbeans-modules-project-indexingbridge: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.modules</groupId>
<artifactId>org-netbeans-modules-project-indexingbridge</artifactId>
<version>RELEASE111</version>
<dependencies>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-util-ui</artifactId>
<version>RELEASE111</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-util</artifactId>
<version>RELEASE111</version>
</dependency>
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-util-lookup</artifactId>
<version>RELEASE111</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
org/netbeans/modules/project/indexingbridge/Bundle.properties
org.netbeans.modules.project.indexingbridge.IndexingBridge$1.class
org.netbeans.modules.project.indexingbridge.IndexingBridge$Lock.class
org.netbeans.modules.project.indexingbridge.IndexingBridge$Ordering.class
org.netbeans.modules.project.indexingbridge.IndexingBridge$Stack.class
org.netbeans.modules.project.indexingbridge.IndexingBridge.class
|
| 依赖Jar: |
org-openide-util-ui-RELEASE111.jar
/org.netbeans.api/org-openide-util-ui/RELEASE111
查看org-openide-util-ui所有版本文件
org-openide-util-RELEASE111.jar
/org.netbeans.api/org-openide-util/RELEASE111
查看org-openide-util所有版本文件
org-openide-util-lookup-RELEASE111.jar
/org.netbeans.api/org-openide-util-lookup/RELEASE111
查看org-openide-util-lookup所有版本文件
|