<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-java-openjdk-project</artifactId>
<version>RELEASE126</version>
</dependency>
implementation 'org.netbeans.modules:org-netbeans-modules-java-openjdk-project:RELEASE126'
implementation("org.netbeans.modules:org-netbeans-modules-java-openjdk-project:RELEASE126")
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-java-openjdk-project" % "RELEASE126"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-java-openjdk-project', version='RELEASE126')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-java-openjdk-project" rev="RELEASE126" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- com.google.code.gson:gson:2.8.5
|-- org.netbeans.api:org-apache-tools-ant-module:RELEASE126
|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE126
|-- org.netbeans.api:org-netbeans-api-debugger:RELEASE126
|-- org.netbeans.api:org-netbeans-api-debugger-jpda:RELEASE126
|-- org.netbeans.api:org-netbeans-api-java:RELEASE126
|-- org.netbeans.api:org-netbeans-api-java-classpath:RELEASE126
|-- org.netbeans.api:org-netbeans-libs-javacapi:RELEASE126
|-- org.netbeans.api:org-netbeans-modules-editor:RELEASE126
|-- org.netbeans.api:org-netbeans-modules-editor-lib:RELEASE126
|-- org.netbeans.api:org-netbeans-modules-editor-mimelookup:RELEASE126
|-- org.netbeans.api:org-netbeans-modules-java-lexer:RELEASE126
|-- org.netbeans.api:org-netbeans-modules-java-platform:RELEASE126
|-- org.netbeans.api:org-netbeans-modules-java-project:RELEASE126
|-- org.netbeans.api:org-netbeans-modules-java-project-ui:RELEASE126
|-- org.netbeans.api:org-netbeans-modules-java-source:RELEASE126
|-- org.netbeans.api:org-netbeans-modules-java-source-base:RELEASE126
|-- org.netbeans.api:org-netbeans-modules-lexer:RELEASE126
|-- org.netbeans.api:org-netbeans-modules-parsing-indexing:RELEASE126
|-- org.netbeans.api:org-netbeans-modules-project-ant:RELEASE126
|-- org.netbeans.api:org-netbeans-modules-project-libraries:RELEASE126
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE126
|-- org.netbeans.api:org-netbeans-modules-projectuiapi:RELEASE126
|-- org.netbeans.api:org-netbeans-modules-projectuiapi-base:RELEASE126
|-- org.netbeans.api:org-netbeans-modules-queries:RELEASE126
|-- org.netbeans.api:org-netbeans-spi-editor-hints:RELEASE126
|-- org.netbeans.api:org-netbeans-spi-java-hints:RELEASE126
|-- org.netbeans.api:org-openide-awt:RELEASE126
|-- org.netbeans.api:org-openide-dialogs:RELEASE126
|-- org.netbeans.api:org-openide-execution:RELEASE126
|-- org.netbeans.api:org-openide-filesystems:RELEASE126
|-- org.netbeans.api:org-openide-io:RELEASE126
|-- org.netbeans.api:org-openide-loaders:RELEASE126
|-- org.netbeans.api:org-openide-modules:RELEASE126
|-- org.netbeans.api:org-openide-nodes:RELEASE126
|-- org.netbeans.api:org-openide-text:RELEASE126
|-- org.netbeans.api:org-openide-util:RELEASE126