MVN

se.europeanspallationsource : javafx.control.medusa

Maven & Gradle

May 21, 2019
1 usages
1 stars

ESS-MEDUSA · A JavaFX set of gauge and meter controls. This is an ESS specific extension and reworking of HanSolo's Medusa (https://github.com/HanSolo/Medusa).

<dependency>
    <groupId>se.europeanspallationsource</groupId>
    <artifactId>javafx.control.medusa</artifactId>
    <version>8.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.europeanspallationsource : javafx.control.medusa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.3.0

All Versions

Choose a version of se.europeanspallationsource : javafx.control.medusa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.3.x
javafx.control.medusa-8.3.0
8.0.x
javafx.control.medusa-8.0.3
javafx.control.medusa-8.0.2
javafx.control.medusa-8.0.1
javafx.control.medusa-8.0.0
7.9.x
javafx.control.medusa-7.9.7

How to add a dependency to Maven

Add the following se.europeanspallationsource : javafx.control.medusa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.europeanspallationsource</groupId>
    <artifactId>javafx.control.medusa</artifactId>
    <version>8.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.europeanspallationsource : javafx.control.medusa gradle dependency to your build.gradle file:

implementation 'se.europeanspallationsource:javafx.control.medusa:8.3.0'

Gradle Kotlin DSL: Add the following se.europeanspallationsource : javafx.control.medusa gradle kotlin dependency to your build.gradle.kts file:

implementation("se.europeanspallationsource:javafx.control.medusa:8.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.europeanspallationsource : javafx.control.medusa sbt scala dependency to your build.sbt file:

libraryDependencies += "se.europeanspallationsource" % "javafx.control.medusa" % "8.3.0"