<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-web-clientproject-api</artifactId>
<version>RELEASE160</version>
</dependency>
implementation 'org.netbeans.modules:org-netbeans-modules-web-clientproject-api:RELEASE160'
implementation("org.netbeans.modules:org-netbeans-modules-web-clientproject-api:RELEASE160")
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-web-clientproject-api" % "RELEASE160"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-web-clientproject-api', version='RELEASE160')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-web-clientproject-api" 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-libs-json_simple:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-editor-indent:RELEASE160
|-- org.netbeans.modules:org-netbeans-modules-gototest:RELEASE160
|-- org.netbeans.modules:org-netbeans-modules-gsf-codecoverage:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-gsf-testrunner:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-html-indexing:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-options-api:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-parsing-api:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-project-ant:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-project-libraries:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-project-libraries-ui:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE160
|-- org.netbeans.api:org-netbeans-modules-projectuiapi:RELEASE160
|-- org.netbeans.modules:org-netbeans-modules-web-browser-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-netbeans-spi-navigator:RELEASE160
|-- org.netbeans.api:org-openide-awt:RELEASE160
|-- org.netbeans.api:org-openide-dialogs:RELEASE160
|-- org.netbeans.api:org-openide-explorer:RELEASE160
|-- org.netbeans.api:org-openide-filesystems:RELEASE160
|-- org.netbeans.api:org-openide-filesystems-nb: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
|-- org.netbeans.api:org-openide-util-lookup:RELEASE160