MVN

live.ditto : health

Maven & Gradle

Jan 31, 2024
4 stars

Ditto Tools · Ditto Tools

<dependency>
    <groupId>live.ditto</groupId>
    <artifactId>health</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of live.ditto : health to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of live.ditto : health to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
health-0.0.2

How to add a dependency to Maven

Add the following live.ditto : health maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>live.ditto</groupId>
    <artifactId>health</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following live.ditto : health gradle dependency to your build.gradle file:

implementation 'live.ditto:health:0.0.2'

Gradle Kotlin DSL: Add the following live.ditto : health gradle kotlin dependency to your build.gradle.kts file:

implementation("live.ditto:health:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following live.ditto : health sbt scala dependency to your build.sbt file:

libraryDependencies += "live.ditto" % "health" % "0.0.2"