o

org-netbeans-modules-debugger-jpda-heapwalk

Files download
File Operation
org-netbeans-modules-debugger-jpda-heapwalk-RELEASE123.jar download
org-netbeans-modules-debugger-jpda-heapwalk-RELEASE123.pom download
org-netbeans-modules-debugger-jpda-heapwalk-RELEASE123-sources.jar download
Apache Maven
<dependency>
  <groupId>org.netbeans.modules</groupId>
  <artifactId>org-netbeans-modules-debugger-jpda-heapwalk</artifactId>
  <version>RELEASE123</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.modules:org-netbeans-modules-debugger-jpda-heapwalk:RELEASE123'
Gradle Kotlin
implementation("org.netbeans.modules:org-netbeans-modules-debugger-jpda-heapwalk:RELEASE123")
Scala SBT
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-debugger-jpda-heapwalk" % "RELEASE123"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.modules', module='org-netbeans-modules-debugger-jpda-heapwalk', version='RELEASE123')
)
Apache Ivy
<dependency org="org.netbeans.modules" name="org-netbeans-modules-debugger-jpda-heapwalk" rev="RELEASE123" />
Leiningen
[org.netbeans.modules/org-netbeans-modules-debugger-jpda-heapwalk "RELEASE123"]
Apache Buildr
'org.netbeans.modules:org-netbeans-modules-debugger-jpda-heapwalk:jar:RELEASE123'