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