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