<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-javascript-nodejs</artifactId>
<version>RELEASE160</version>
</dependency>
implementation 'org.netbeans.modules:org-netbeans-modules-javascript-nodejs:RELEASE160'
implementation("org.netbeans.modules:org-netbeans-modules-javascript-nodejs:RELEASE160")
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-javascript-nodejs" % "RELEASE160"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-javascript-nodejs', version='RELEASE160')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-javascript-nodejs" rev="RELEASE160" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>3</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE160
|-- org.netbeans.api:org-netbeans-api-progress:RELEASE160
|-- org.netbeans.api:org-netbeans-api-progress-nb:RELEASE160
|-- org.netbeans.api:org-netbeans-api-templates:RELEASE160
|-- org.netbeans.modules:org-netbeans-libs-commons_compress:RELEASE160
|-- org.netbeans.api:org-netbeans-libs-json_simple:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-editor-document:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-editor-indent:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-editor-lib:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-extexecution:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-extexecution-base:RELEASE160
|-- org.netbeans.modules:org-netbeans-modules-javascript-v8debug:RELEASE160
|-- org.netbeans.modules:org-netbeans-modules-javascript2-nodejs:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-options-api:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-project-ant:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-projectuiapi:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-projectuiapi-base:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-queries:RELEASE160
|-- org.netbeans.modules:org-netbeans-modules-web-clientproject:RELEASE160
|-- org.netbeans.modules:org-netbeans-modules-web-clientproject-api:RELEASE160
|-- org.netbeans.modules:org-netbeans-modules-web-common:RELEASE160
|-- org.netbeans.modules:org-netbeans-modules-web-common-ui:RELEASE160
|-- org.netbeans.api:org-openide-awt:RELEASE160
|-- org.netbeans.api:org-openide-dialogs:RELEASE160
|-- org.netbeans.api:org-openide-filesystems:RELEASE160
|-- org.netbeans.api:org-openide-filesystems-nb:RELEASE160
|-- org.netbeans.api:org-openide-io:RELEASE160
|-- org.netbeans.api:org-openide-loaders:RELEASE160
|-- org.netbeans.api:org-openide-modules:RELEASE160
|-- org.netbeans.api:org-openide-nodes:RELEASE160
|-- org.netbeans.api:org-openide-text:RELEASE160
|-- org.netbeans.api:org-openide-util:RELEASE160