S

Switcher

Easily switch between JavaFX scenes with one line of code.
https://github.com/Ea`syG0ing1/Switcher
The Apache License, Version 2.0
Mike Sims
Files download
File Operation
Switcher-1.3.4.jar download
Switcher-1.3.4.pom download
Switcher-1.3.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.simtechdata</groupId>
  <artifactId>Switcher</artifactId>
  <version>1.3.4</version>
</dependency>
Gradle Groovy
implementation 'com.simtechdata:Switcher:1.3.4'
Gradle Kotlin
implementation("com.simtechdata:Switcher:1.3.4")
Scala SBT
libraryDependencies += "com.simtechdata" % "Switcher" % "1.3.4"
Groovy Grape
@Grapes(
  @Grab(group='com.simtechdata', module='Switcher', version='1.3.4')
)
Apache Ivy
<dependency org="com.simtechdata" name="Switcher" rev="1.3.4" />
Leiningen
[com.simtechdata/Switcher "1.3.4"]
Apache Buildr
'com.simtechdata:Switcher:jar:1.3.4'