is not current version
Last Version 1.4.1

com.simtechdata:Switcher 1.3.0

Easily switch between JavaFX scenes with one line of code.

Categories

Categories

Data
GroupId

GroupId

com.simtechdata
ArtifactId

ArtifactId

Switcher
Version

Version

1.3.0
Type

Type

jar

Download Switcher 1.3.0


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