<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-web-browser-api</artifactId>
<version>RELEASE125</version>
</dependency>
implementation("org.netbeans.modules:org-netbeans-modules-web-browser-api:RELEASE125")
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-web-browser-api" % "RELEASE125"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-web-browser-api', version='RELEASE125')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-web-browser-api" rev="RELEASE125" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-annotations-common:RELEASE125
|-- org.netbeans.modules:org-netbeans-core:RELEASE125
|-- org.netbeans.api:org-netbeans-core-multiview:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-projectapi:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-projectuiapi-base:RELEASE125
|-- org.netbeans.api:org-netbeans-modules-settings:RELEASE125
|-- org.netbeans.modules:org-netbeans-modules-web-common:RELEASE125
|-- org.netbeans.api:org-openide-awt:RELEASE125
|-- org.netbeans.api:org-openide-dialogs: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-nodes:RELEASE125
|-- org.netbeans.api:org-openide-text:RELEASE125
|-- org.netbeans.api:org-openide-util-ui:RELEASE125
|-- org.netbeans.api:org-openide-util:RELEASE125
|-- org.netbeans.api:org-openide-util-lookup:RELEASE125
|-- org.netbeans.api:org-openide-windows:RELEASE125
|-- org.netbeans.modules:org-netbeans-modules-extbrowser:RELEASE125