Files download
File Operation
org-netbeans-modules-java-source-base-RELEASE113.jar download
org-netbeans-modules-java-source-base-RELEASE113.pom download
org-netbeans-modules-java-source-base-RELEASE113-sources.jar download
Apache Maven
<dependency>
  <groupId>org.netbeans.api</groupId>
  <artifactId>org-netbeans-modules-java-source-base</artifactId>
  <version>RELEASE113</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.api:org-netbeans-modules-java-source-base:RELEASE113'
Gradle Kotlin
implementation("org.netbeans.api:org-netbeans-modules-java-source-base:RELEASE113")
Scala SBT
libraryDependencies += "org.netbeans.api" % "org-netbeans-modules-java-source-base" % "RELEASE113"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.api', module='org-netbeans-modules-java-source-base', version='RELEASE113')
)
Apache Ivy
<dependency org="org.netbeans.api" name="org-netbeans-modules-java-source-base" rev="RELEASE113" />
Leiningen
[org.netbeans.api/org-netbeans-modules-java-source-base "RELEASE113"]
Apache Buildr
'org.netbeans.api:org-netbeans-modules-java-source-base:jar:RELEASE113'
Dependencies
<parent>
  <groupId>org.apache.netbeans</groupId>
  <artifactId>netbeans-parent</artifactId>
  <version>2</version>
</parent>

compile

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

runtime

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

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

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

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