is not current version
Last Version 18.0.1-R27

org.scalafx:scalafx_3 16.0.0-R23

The ScalaFX framework

Categories

Categories

Scala Languages
GroupId

GroupId

org.scalafx
ArtifactId

ArtifactId

scalafx_3
Version

Version

16.0.0-R23
Type

Type

jar

Download scalafx_3 16.0.0-R23


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