MVN

com.godmonth : memcached-chart-report

Maven & Gradle

Dec 26, 2011
0 stars

memcached-chart-report

<dependency>
    <groupId>com.godmonth</groupId>
    <artifactId>memcached-chart-report</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.godmonth : memcached-chart-report to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of com.godmonth : memcached-chart-report to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3
memcached-chart-report-0.3

How to add a dependency to Maven

Add the following com.godmonth : memcached-chart-report maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.godmonth</groupId>
    <artifactId>memcached-chart-report</artifactId>
    <version>0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.godmonth : memcached-chart-report gradle dependency to your build.gradle file:

implementation 'com.godmonth:memcached-chart-report:0.3'

Gradle Kotlin DSL: Add the following com.godmonth : memcached-chart-report gradle kotlin dependency to your build.gradle.kts file:

implementation("com.godmonth:memcached-chart-report:0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.godmonth : memcached-chart-report sbt scala dependency to your build.sbt file:

libraryDependencies += "com.godmonth" % "memcached-chart-report" % "0.3"

Advertisement