MVN

org.scalafx : scalafx_2.9.3

Maven & Gradle

Sep 02, 2014
1 usages

scalafx · The ScalaFX framework

<dependency>
    <groupId>org.scalafx</groupId>
    <artifactId>scalafx_2.9.3</artifactId>
    <version>2.2.67-R10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scalafx : scalafx_2.9.3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.67-R10

All Versions

Choose a version of org.scalafx : scalafx_2.9.3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
scalafx_2.9.3-2.2.67-R10
scalafx_2.9.3-2.2.60-R9
1.0.x
scalafx_2.9.3-1.0.0-R8
scalafx_2.9.3-1.0.0-M7
scalafx_2.9.3-1.0.0-M6
scalafx_2.9.3-1.0.0-M5
scalafx_2.9.3-1.0.0-M4
scalafx_2.9.3-1.0.0-M3
scalafx_2.9.3-1.0.0-M2

How to add a dependency to Maven

Add the following org.scalafx : scalafx_2.9.3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scalafx</groupId>
    <artifactId>scalafx_2.9.3</artifactId>
    <version>2.2.67-R10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scalafx : scalafx_2.9.3 gradle dependency to your build.gradle file:

implementation 'org.scalafx:scalafx_2.9.3:2.2.67-R10'

Gradle Kotlin DSL: Add the following org.scalafx : scalafx_2.9.3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scalafx:scalafx_2.9.3:2.2.67-R10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scalafx : scalafx_2.9.3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scalafx" % "scalafx_2.9.3" % "2.2.67-R10"

Advertisement