MVN

com.github.holgerbrandl : kravis

Maven & Gradle

Feb 02, 2023
1 usages
183 stars

kravis · kravis is a Kotlin wrapper around ggplot2 to enabl data visualiation on the JVM

<dependency>
    <groupId>com.github.holgerbrandl</groupId>
    <artifactId>kravis</artifactId>
    <version>0.9.95</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.holgerbrandl : kravis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.95

All Versions

Choose a version of com.github.holgerbrandl : kravis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
kravis-0.9.95
0.8.x
kravis-0.8.6
kravis-0.8.5
kravis-0.8.4
kravis-0.8.3
kravis-0.8.1
0.8
kravis-0.8
0.7.x
kravis-0.7.7
kravis-0.7.5
kravis-0.7.4

How to add a dependency to Maven

Add the following com.github.holgerbrandl : kravis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.holgerbrandl</groupId>
    <artifactId>kravis</artifactId>
    <version>0.9.95</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.holgerbrandl : kravis gradle dependency to your build.gradle file:

implementation 'com.github.holgerbrandl:kravis:0.9.95'

Gradle Kotlin DSL: Add the following com.github.holgerbrandl : kravis gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.holgerbrandl:kravis:0.9.95")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.holgerbrandl : kravis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.holgerbrandl" % "kravis" % "0.9.95"

Advertisement