<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-modules-profiler-heapwalker</artifactId>
<version>RELEASE120</version>
</dependency>
implementation 'org.netbeans.modules:org-netbeans-modules-profiler-heapwalker:RELEASE120'
implementation("org.netbeans.modules:org-netbeans-modules-profiler-heapwalker:RELEASE120")
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-profiler-heapwalker" % "RELEASE120"
@Grapes(
@Grab(group='org.netbeans.modules', module='org-netbeans-modules-profiler-heapwalker', version='RELEASE120')
)
<dependency org="org.netbeans.modules" name="org-netbeans-modules-profiler-heapwalker" rev="RELEASE120" />
<parent> <groupId>org.apache.netbeans</groupId> <artifactId>netbeans-parent</artifactId> <version>2</version> </parent>
compile
|-- org.netbeans.api:org-netbeans-api-progress:RELEASE120
|-- org.netbeans.modules:org-netbeans-lib-profiler:RELEASE120
|-- org.netbeans.modules:org-netbeans-lib-profiler-common:RELEASE120
|-- org.netbeans.modules:org-netbeans-lib-profiler-ui:RELEASE120
|-- org.netbeans.modules:org-netbeans-modules-profiler:RELEASE120
|-- org.netbeans.modules:org-netbeans-modules-profiler-api:RELEASE120
|-- org.netbeans.modules:org-netbeans-modules-profiler-oql:RELEASE120
|-- org.netbeans.api:org-openide-awt:RELEASE120
|-- org.netbeans.api:org-openide-dialogs:RELEASE120
|-- org.netbeans.api:org-openide-filesystems:RELEASE120
|-- org.netbeans.api:org-openide-loaders:RELEASE120
|-- org.netbeans.api:org-openide-nodes:RELEASE120
|-- org.netbeans.api:org-openide-util:RELEASE120
|-- org.netbeans.api:org-openide-util-lookup:RELEASE120