p

processtreekiller

Decompiled and optimized version of the original processtree killer bundled with Oracle NetBeans. As source was not present, but license was declared as MIT, this is the reconstruction of the original source code.
https://github.com/matthiasblaesing/netbeans-processtreekiller
MIT License
Matthias Bläsing
文件下载
文件名 操作
processtreekiller-2.0.1.jar 下载
processtreekiller-2.0.1.pom 下载
processtreekiller-2.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>eu.doppel-helix.netbeans.lib</groupId>
  <artifactId>processtreekiller</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'eu.doppel-helix.netbeans.lib:processtreekiller:2.0.1'
Gradle Kotlin
implementation("eu.doppel-helix.netbeans.lib:processtreekiller:2.0.1")
Scala SBT
libraryDependencies += "eu.doppel-helix.netbeans.lib" % "processtreekiller" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='eu.doppel-helix.netbeans.lib', module='processtreekiller', version='2.0.1')
)
Apache Ivy
<dependency org="eu.doppel-helix.netbeans.lib" name="processtreekiller" rev="2.0.1" />
Leiningen
[eu.doppel-helix.netbeans.lib/processtreekiller "2.0.1"]
Apache Buildr
'eu.doppel-helix.netbeans.lib:processtreekiller:jar:2.0.1'