MVN

com.github.hageldave.jplotter : jplotter

Maven & Gradle

Jan 25, 2022
40 stars

JPlotter · The jplotter artifact provides a framework for scientific 2D visualizations such as scatter plots, contour lines, line graphs or vector field 'quiver' plots. It is using OpenGL and integrates into the AWT environment for graphical user interfaces.

<dependency>
    <groupId>com.github.hageldave.jplotter</groupId>
    <artifactId>jplotter</artifactId>
    <version>0.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.6.1

All Versions

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

Version Vulnerabilities Updated
0.6.x
jplotter-0.6.1
jplotter-0.6.0
0.5.x
jplotter-0.5.0
0.4.x
jplotter-0.4.0
0.3.x
jplotter-0.3.0
0.2.x
jplotter-0.2.0
0.1.x
jplotter-0.1.2
jplotter-0.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.hageldave.jplotter</groupId>
    <artifactId>jplotter</artifactId>
    <version>0.6.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.hageldave.jplotter:jplotter:0.6.1'

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

implementation("com.github.hageldave.jplotter:jplotter:0.6.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.hageldave.jplotter" % "jplotter" % "0.6.1"

Advertisement