is not current version
Last Version 14-R19

org.scalafx:scalafx_2.10 12.0.2-R18

The ScalaFX framework

Categories

Categories

Scala Languages
GroupId

GroupId

org.scalafx
ArtifactId

ArtifactId

scalafx_2.10
Version

Version

12.0.2-R18
Type

Type

jar

Download scalafx_2.10 12.0.2-R18


<!-- https://jarcasting.com/artifacts/org.scalafx/scalafx_2.10/ -->
<dependency>
    <groupId>org.scalafx</groupId>
    <artifactId>scalafx_2.10</artifactId>
    <version>12.0.2-R18</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalafx/scalafx_2.10/
implementation 'org.scalafx:scalafx_2.10:12.0.2-R18'
// https://jarcasting.com/artifacts/org.scalafx/scalafx_2.10/
implementation ("org.scalafx:scalafx_2.10:12.0.2-R18")
'org.scalafx:scalafx_2.10:jar:12.0.2-R18'
<dependency org="org.scalafx" name="scalafx_2.10" rev="12.0.2-R18">
  <artifact name="scalafx_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalafx', module='scalafx_2.10', version='12.0.2-R18')
)
libraryDependencies += "org.scalafx" % "scalafx_2.10" % "12.0.2-R18"
[org.scalafx/scalafx_2.10 "12.0.2-R18"]