MVN

nl.trifork.healthcheck : trifork-ping-executors

Maven & Gradle

Dec 12, 2012
7 stars

Trifork Java Health Check - Ping Executors

<dependency>
    <groupId>nl.trifork.healthcheck</groupId>
    <artifactId>trifork-ping-executors</artifactId>
    <version>0.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.trifork.healthcheck : trifork-ping-executors to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.1

All Versions

Choose a version of nl.trifork.healthcheck : trifork-ping-executors to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
trifork-ping-executors-0.5.1

How to add a dependency to Maven

Add the following nl.trifork.healthcheck : trifork-ping-executors maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.trifork.healthcheck</groupId>
    <artifactId>trifork-ping-executors</artifactId>
    <version>0.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.trifork.healthcheck : trifork-ping-executors gradle dependency to your build.gradle file:

implementation 'nl.trifork.healthcheck:trifork-ping-executors:0.5.1'

Gradle Kotlin DSL: Add the following nl.trifork.healthcheck : trifork-ping-executors gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.trifork.healthcheck:trifork-ping-executors:0.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.trifork.healthcheck : trifork-ping-executors sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.trifork.healthcheck" % "trifork-ping-executors" % "0.5.1"