文件下载
文件名 操作
org-netbeans-modules-parsing-indexing-RELEASE100.jar 下载
org-netbeans-modules-parsing-indexing-RELEASE100.pom 下载
org-netbeans-modules-parsing-indexing-RELEASE100-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.netbeans.api</groupId>
  <artifactId>org-netbeans-modules-parsing-indexing</artifactId>
  <version>RELEASE100</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.api:org-netbeans-modules-parsing-indexing:RELEASE100'
Gradle Kotlin
implementation("org.netbeans.api:org-netbeans-modules-parsing-indexing:RELEASE100")
Scala SBT
libraryDependencies += "org.netbeans.api" % "org-netbeans-modules-parsing-indexing" % "RELEASE100"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.api', module='org-netbeans-modules-parsing-indexing', version='RELEASE100')
)
Apache Ivy
<dependency org="org.netbeans.api" name="org-netbeans-modules-parsing-indexing" rev="RELEASE100" />
Leiningen
[org.netbeans.api/org-netbeans-modules-parsing-indexing "RELEASE100"]
Apache Buildr
'org.netbeans.api:org-netbeans-modules-parsing-indexing:jar:RELEASE100'