MVN

com.target : health-monitor-interface

Maven & Gradle

Sep 13, 2022
0 stars

Health Monitor Interface · Shareable health monitoring interface

<dependency>
    <groupId>com.target</groupId>
    <artifactId>health-monitor-interface</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.target : health-monitor-interface to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of com.target : health-monitor-interface to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
health-monitor-interface-1.2.0
0.0.x
health-monitor-interface-0.0.6
health-monitor-interface-0.0.5

How to add a dependency to Maven

Add the following com.target : health-monitor-interface maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.target</groupId>
    <artifactId>health-monitor-interface</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.target : health-monitor-interface gradle dependency to your build.gradle file:

implementation 'com.target:health-monitor-interface:1.2.0'

Gradle Kotlin DSL: Add the following com.target : health-monitor-interface gradle kotlin dependency to your build.gradle.kts file:

implementation("com.target:health-monitor-interface:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.target : health-monitor-interface sbt scala dependency to your build.sbt file:

libraryDependencies += "com.target" % "health-monitor-interface" % "1.2.0"