MVN

co.datachef : costmonitoringconstruct

Maven & Gradle

May 11, 2023
7 stars

co.datachef:costmonitoringconstruct · A CDK construct that helps track applications' costs separately and receive alerts in case of unpredicted resource usage

<dependency>
    <groupId>co.datachef</groupId>
    <artifactId>costmonitoringconstruct</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.datachef : costmonitoringconstruct to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of co.datachef : costmonitoringconstruct to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
costmonitoringconstruct-1.1.2
costmonitoringconstruct-1.1.1
costmonitoringconstruct-1.1.0
1.0.x
costmonitoringconstruct-1.0.5
costmonitoringconstruct-1.0.4

How to add a dependency to Maven

Add the following co.datachef : costmonitoringconstruct maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.datachef</groupId>
    <artifactId>costmonitoringconstruct</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.datachef : costmonitoringconstruct gradle dependency to your build.gradle file:

implementation 'co.datachef:costmonitoringconstruct:1.1.2'

Gradle Kotlin DSL: Add the following co.datachef : costmonitoringconstruct gradle kotlin dependency to your build.gradle.kts file:

implementation("co.datachef:costmonitoringconstruct:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.datachef : costmonitoringconstruct sbt scala dependency to your build.sbt file:

libraryDependencies += "co.datachef" % "costmonitoringconstruct" % "1.1.2"