MVN

com.github.martinfrancois : boxplotfx

Maven & Gradle

Jul 29, 2019
1 stars

BoxplotFX · A boxplot implementation as a custom control in JavaFX.

<dependency>
    <groupId>com.github.martinfrancois</groupId>
    <artifactId>boxplotfx</artifactId>
    <version>8.0.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 8.0.27

All Versions

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

Version Vulnerabilities Updated
8.0.x
boxplotfx-8.0.27
boxplotfx-8.0.26
boxplotfx-8.0.25
boxplotfx-8.0.21
boxplotfx-8.0.20
boxplotfx-8.0.19
boxplotfx-8.0.18
boxplotfx-8.0.17
boxplotfx-8.0.4
boxplotfx-8.0.3
boxplotfx-8.0.2
boxplotfx-8.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.martinfrancois</groupId>
    <artifactId>boxplotfx</artifactId>
    <version>8.0.27</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.martinfrancois:boxplotfx:8.0.27'

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

implementation("com.github.martinfrancois:boxplotfx:8.0.27")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.martinfrancois" % "boxplotfx" % "8.0.27"