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

compile

|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE124

|-- org.netbeans.api:org-netbeans-api-java:RELEASE124

|-- org.netbeans.api:org-netbeans-api-java-classpath:RELEASE124

|-- org.netbeans.api:org-netbeans-api-progress:RELEASE124

|-- org.netbeans.api:org-netbeans-api-scripting:RELEASE124

|-- org.netbeans.api:org-netbeans-libs-asm:RELEASE124

|-- org.netbeans.api:org-netbeans-libs-javacapi:RELEASE124

|-- org.netbeans.api:org-netbeans-libs-lucene:RELEASE124

|-- org.netbeans.api:org-netbeans-modules-classfile:RELEASE124

|-- org.netbeans.api:org-netbeans-modules-editor-document:RELEASE124

|-- org.netbeans.api:org-netbeans-modules-editor-guards:RELEASE124

|-- org.netbeans.api:org-netbeans-modules-editor-indent:RELEASE124

|-- org.netbeans.api:org-netbeans-modules-editor-mimelookup:RELEASE124

|-- org.netbeans.api:org-netbeans-modules-editor-settings:RELEASE124

|-- org.netbeans.api:org-netbeans-modules-editor-util:RELEASE124

|-- org.netbeans.api:org-netbeans-modules-java-lexer:RELEASE124

|-- org.netbeans.api:org-netbeans-modules-java-platform:RELEASE124

|-- org.netbeans.api:org-netbeans-modules-lexer:RELEASE124

|-- org.netbeans.api:org-netbeans-modules-parsing-api:RELEASE124

|-- org.netbeans.api:org-netbeans-modules-parsing-indexing:RELEASE124

|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE124

|-- org.netbeans.api:org-netbeans-modules-projectuiapi-base:RELEASE124

|-- org.netbeans.api:org-netbeans-modules-queries:RELEASE124

|-- org.netbeans.api:org-netbeans-modules-refactoring-api:RELEASE124

|-- org.netbeans.api:org-openide-filesystems:RELEASE124

|-- org.netbeans.api:org-openide-modules:RELEASE124

|-- org.netbeans.api:org-openide-util:RELEASE124

|-- org.netbeans.api:org-openide-util-lookup:RELEASE124

runtime

|-- org.netbeans.modules:org-netbeans-lib-nbjavac:RELEASE124

|-- org.netbeans.modules:org-netbeans-libs-javacimpl:RELEASE124

|-- org.netbeans.modules:org-netbeans-modules-java-preprocessorbridge:RELEASE124

|-- org.netbeans.modules:org-netbeans-modules-parsing-lucene:RELEASE124