MVN

de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.rrd4j

Maven & Gradle

Aug 01, 2008
2 usages

RRD4J · This is the third-party library RRD4J that isn't available in the central maven repository.

<dependency>
    <groupId>de.huxhorn.lilith</groupId>
    <artifactId>de.huxhorn.lilith.3rdparty.rrd4j</artifactId>
    <version>2.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.rrd4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.5

All Versions

Choose a version of de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.rrd4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
de.huxhorn.lilith.3rdparty.rrd4j-2.0.5

How to add a dependency to Maven

Add the following de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.rrd4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.huxhorn.lilith</groupId>
    <artifactId>de.huxhorn.lilith.3rdparty.rrd4j</artifactId>
    <version>2.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.rrd4j gradle dependency to your build.gradle file:

implementation 'de.huxhorn.lilith:de.huxhorn.lilith.3rdparty.rrd4j:2.0.5'

Gradle Kotlin DSL: Add the following de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.rrd4j gradle kotlin dependency to your build.gradle.kts file:

implementation("de.huxhorn.lilith:de.huxhorn.lilith.3rdparty.rrd4j:2.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.huxhorn.lilith : de.huxhorn.lilith.3rdparty.rrd4j sbt scala dependency to your build.sbt file:

libraryDependencies += "de.huxhorn.lilith" % "de.huxhorn.lilith.3rdparty.rrd4j" % "2.0.5"

Advertisement