MVN

io.cronitor : client

Maven & Gradle

Nov 05, 2021
3 stars

Cronitor Client · cronitor-client is a simple Java library designed to help you monitoring, with www.cronitor.io, the routines of your Java projects

<dependency>
    <groupId>io.cronitor</groupId>
    <artifactId>client</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.cronitor : client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of io.cronitor : client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
client-1.5.0
1.4.x
client-1.4.0
1.3.x
client-1.3.1
client-1.3.0
1.2.x
client-1.2.0
1.1.x
client-1.1.0
1.0.x
client-1.0.3
client-1.0.2

How to add a dependency to Maven

Add the following io.cronitor : client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.cronitor</groupId>
    <artifactId>client</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.cronitor : client gradle dependency to your build.gradle file:

implementation 'io.cronitor:client:1.5.0'

Gradle Kotlin DSL: Add the following io.cronitor : client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.cronitor:client:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.cronitor : client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.cronitor" % "client" % "1.5.0"

Advertisement