MVN

org.fusesource.rrd4j : rrd4j

Maven & Gradle

Jul 27, 2011
2 usages
7 stars

RRD4J · A high performance data logging and graphing system for time series data.

<dependency>
    <groupId>org.fusesource.rrd4j</groupId>
    <artifactId>rrd4j</artifactId>
    <version>2.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fusesource.rrd4j : rrd4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.7

All Versions

Choose a version of org.fusesource.rrd4j : rrd4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
rrd4j-2.0.7

How to add a dependency to Maven

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

<dependency>
    <groupId>org.fusesource.rrd4j</groupId>
    <artifactId>rrd4j</artifactId>
    <version>2.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fusesource.rrd4j : rrd4j gradle dependency to your build.gradle file:

implementation 'org.fusesource.rrd4j:rrd4j:2.0.7'

Gradle Kotlin DSL: Add the following org.fusesource.rrd4j : rrd4j gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fusesource.rrd4j:rrd4j:2.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fusesource.rrd4j : rrd4j sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fusesource.rrd4j" % "rrd4j" % "2.0.7"

Advertisement