is not current version
Last Version 1.4.1

com.simtechdata:Switcher 1.2.1

Easily switch between JavaFX scenes with one line of code.

Categories

Categories

Data
GroupId

GroupId

com.simtechdata
ArtifactId

ArtifactId

Switcher
Version

Version

1.2.1
Type

Type

jar

Download Switcher 1.2.1


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