MVN

org.webpieces.aws : monitoring

Maven & Gradle

Apr 18, 2023
32 stars

monitoring · Not filled in for this project

<dependency>
    <groupId>org.webpieces.aws</groupId>
    <artifactId>monitoring</artifactId>
    <version>2.1.63</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webpieces.aws : monitoring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.63

All Versions

Choose a version of org.webpieces.aws : monitoring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
monitoring-2.1.63
monitoring-2.1.62
monitoring-2.1.61
monitoring-2.1.59
monitoring-2.1.58
monitoring-2.1.57
monitoring-2.1.56
monitoring-2.1.55
monitoring-2.1.54
monitoring-2.1.53
monitoring-2.1.52
monitoring-2.1.51
monitoring-2.1.50
monitoring-2.1.49
monitoring-2.1.48
monitoring-2.1.47
monitoring-2.1.46
monitoring-2.1.43
monitoring-2.1.42
monitoring-2.1.40
monitoring-2.1.39
monitoring-2.1.38
monitoring-2.1.37
monitoring-2.1.36

How to add a dependency to Maven

Add the following org.webpieces.aws : monitoring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webpieces.aws</groupId>
    <artifactId>monitoring</artifactId>
    <version>2.1.63</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webpieces.aws : monitoring gradle dependency to your build.gradle file:

implementation 'org.webpieces.aws:monitoring:2.1.63'

Gradle Kotlin DSL: Add the following org.webpieces.aws : monitoring gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webpieces.aws:monitoring:2.1.63")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webpieces.aws : monitoring sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webpieces.aws" % "monitoring" % "2.1.63"