文件下载
文件名 操作
org-netbeans-modules-java-source-base-RELEASE120-1.jar 下载
org-netbeans-modules-java-source-base-RELEASE120-1.pom 下载
org-netbeans-modules-java-source-base-RELEASE120-1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.netbeans.api</groupId>
  <artifactId>org-netbeans-modules-java-source-base</artifactId>
  <version>RELEASE120-1</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.api:org-netbeans-modules-java-source-base:RELEASE120-1'
Gradle Kotlin
implementation("org.netbeans.api:org-netbeans-modules-java-source-base:RELEASE120-1")
Scala SBT
libraryDependencies += "org.netbeans.api" % "org-netbeans-modules-java-source-base" % "RELEASE120-1"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.api', module='org-netbeans-modules-java-source-base', version='RELEASE120-1')
)
Apache Ivy
<dependency org="org.netbeans.api" name="org-netbeans-modules-java-source-base" rev="RELEASE120-1" />
Leiningen
[org.netbeans.api/org-netbeans-modules-java-source-base "RELEASE120-1"]
Apache Buildr
'org.netbeans.api:org-netbeans-modules-java-source-base:jar:RELEASE120-1'
本项目依赖
<parent>
  <groupId>org.apache.netbeans</groupId>
  <artifactId>netbeans-parent</artifactId>
  <version>2</version>
</parent>

compile

|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE120-1

|-- org.netbeans.api:org-netbeans-api-java:RELEASE120-1

|-- org.netbeans.api:org-netbeans-api-java-classpath:RELEASE120-1

|-- org.netbeans.api:org-netbeans-api-progress:RELEASE120-1

|-- org.netbeans.api:org-netbeans-api-scripting:RELEASE120-1

|-- org.netbeans.api:org-netbeans-libs-asm:RELEASE120-1

|-- org.netbeans.api:org-netbeans-libs-javacapi:RELEASE120-1

|-- org.netbeans.api:org-netbeans-libs-lucene:RELEASE120-1

|-- org.netbeans.api:org-netbeans-modules-classfile:RELEASE120-1

|-- org.netbeans.api:org-netbeans-modules-editor-document:RELEASE120-1

|-- org.netbeans.api:org-netbeans-modules-editor-guards:RELEASE120-1

|-- org.netbeans.api:org-netbeans-modules-editor-indent:RELEASE120-1

|-- org.netbeans.api:org-netbeans-modules-editor-mimelookup:RELEASE120-1

|-- org.netbeans.api:org-netbeans-modules-editor-settings:RELEASE120-1

|-- org.netbeans.api:org-netbeans-modules-editor-util:RELEASE120-1

|-- org.netbeans.api:org-netbeans-modules-java-lexer:RELEASE120-1

|-- org.netbeans.api:org-netbeans-modules-java-platform:RELEASE120-1

|-- org.netbeans.api:org-netbeans-modules-lexer:RELEASE120-1

|-- org.netbeans.api:org-netbeans-modules-parsing-api:RELEASE120-1

|-- org.netbeans.api:org-netbeans-modules-parsing-indexing:RELEASE120-1

|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE120-1

|-- org.netbeans.api:org-netbeans-modules-projectuiapi-base:RELEASE120-1

|-- org.netbeans.api:org-netbeans-modules-queries:RELEASE120-1

|-- org.netbeans.api:org-netbeans-modules-refactoring-api:RELEASE120-1

|-- org.netbeans.api:org-openide-filesystems:RELEASE120-1

|-- org.netbeans.api:org-openide-modules:RELEASE120-1

|-- org.netbeans.api:org-openide-util:RELEASE120-1

|-- org.netbeans.api:org-openide-util-lookup:RELEASE120-1

runtime

|-- org.netbeans.modules:org-netbeans-lib-nbjavac:RELEASE120-1

|-- org.netbeans.modules:org-netbeans-libs-javacimpl:RELEASE120-1

|-- org.netbeans.modules:org-netbeans-modules-java-preprocessorbridge:RELEASE120-1

|-- org.netbeans.modules:org-netbeans-modules-parsing-lucene:RELEASE120-1