MVN

net.bull.javamelody : aws-cloudwatch-library

Maven & Gradle

Jul 06, 2017
0 stars

AWS CloudWatch Library · Provides dependencies needed for AWS CloudWatch

<dependency>
    <groupId>net.bull.javamelody</groupId>
    <artifactId>aws-cloudwatch-library</artifactId>
    <version>1.11.136</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.bull.javamelody : aws-cloudwatch-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.136

All Versions

Choose a version of net.bull.javamelody : aws-cloudwatch-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
aws-cloudwatch-library-1.11.136

How to add a dependency to Maven

Add the following net.bull.javamelody : aws-cloudwatch-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.bull.javamelody</groupId>
    <artifactId>aws-cloudwatch-library</artifactId>
    <version>1.11.136</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.bull.javamelody : aws-cloudwatch-library gradle dependency to your build.gradle file:

implementation 'net.bull.javamelody:aws-cloudwatch-library:1.11.136'

Gradle Kotlin DSL: Add the following net.bull.javamelody : aws-cloudwatch-library gradle kotlin dependency to your build.gradle.kts file:

implementation("net.bull.javamelody:aws-cloudwatch-library:1.11.136")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.bull.javamelody : aws-cloudwatch-library sbt scala dependency to your build.sbt file:

libraryDependencies += "net.bull.javamelody" % "aws-cloudwatch-library" % "1.11.136"

Advertisement