MVN

no.antares : clu.hitman

Maven & Gradle

Oct 09, 2012
1 stars

hitman · Provide a command-line utility that can kill stuck processes: Starts another process, giving connection details Other process requests to be killed after a certain time Other process requests postponed kill

<dependency>
    <groupId>no.antares</groupId>
    <artifactId>clu.hitman</artifactId>
    <version>0.8.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.antares : clu.hitman to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.6

All Versions

Choose a version of no.antares : clu.hitman to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
clu.hitman-0.8.6
clu.hitman-0.8.5
clu.hitman-0.8.4
clu.hitman-0.8.1
0.8
clu.hitman-0.8
0.7
clu.hitman-0.7
0.6.x
clu.hitman-0.6.1
0.6
clu.hitman-0.6
0.5
clu.hitman-0.5

How to add a dependency to Maven

Add the following no.antares : clu.hitman maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.antares</groupId>
    <artifactId>clu.hitman</artifactId>
    <version>0.8.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.antares : clu.hitman gradle dependency to your build.gradle file:

implementation 'no.antares:clu.hitman:0.8.6'

Gradle Kotlin DSL: Add the following no.antares : clu.hitman gradle kotlin dependency to your build.gradle.kts file:

implementation("no.antares:clu.hitman:0.8.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.antares : clu.hitman sbt scala dependency to your build.sbt file:

libraryDependencies += "no.antares" % "clu.hitman" % "0.8.6"

Advertisement